[Libreoffice-commits] .: Branch 'libreoffice-3-4' - framework/source
Jan Holesovsky
kendy at kemper.freedesktop.org
Mon May 16 07:10:11 PDT 2011
framework/source/layoutmanager/toolbarlayoutmanager.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit c10a65e7d6d95443e699f328a44ee28faddedad6
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 )
Signed-off-by: Jan Holesovsky <kendy at suse.cz>
diff --git a/framework/source/layoutmanager/toolbarlayoutmanager.cxx b/framework/source/layoutmanager/toolbarlayoutmanager.cxx
index 61e787e..fd09556 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