[Libreoffice-commits] .: framework/source

Noel Power noelp at kemper.freedesktop.org
Fri May 13 09:51:18 PDT 2011


 framework/source/layoutmanager/toolbarlayoutmanager.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit ea29c4f0d289890fcdb2f12380aa1ccf3d1028c9
Author: Noel Power <noel.power at novell.com>
Date:   Fri May 13 17:49:59 2011 +0100

    fix for fdo#36684
    
    fix layout problem with toolbars ( when enabling/disabling them from View/Toolbars )

diff --git a/framework/source/layoutmanager/toolbarlayoutmanager.cxx b/framework/source/layoutmanager/toolbarlayoutmanager.cxx
index a9be652..cbd396f 100644
--- a/framework/source/layoutmanager/toolbarlayoutmanager.cxx
+++ b/framework/source/layoutmanager/toolbarlayoutmanager.cxx
@@ -570,6 +570,7 @@ bool ToolbarLayoutManager::showToolbar( const ::rtl::OUString& rResourceURL )
         aUIElement.m_bVisible = true;
         implts_writeWindowStateData( aUIElement );
         implts_setToolbar( aUIElement );
+        implts_sortUIElements();
         return true;
     }
     


More information about the Libreoffice-commits mailing list