[Libreoffice-commits] core.git: sfx2/source
Andre Fischer
af at apache.org
Tue May 21 10:58:33 PDT 2013
sfx2/source/sidebar/SidebarDockingWindow.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 88707ef9e8477784d0f5f9d679c5de4020b4ea40
Author: Andre Fischer <af at apache.org>
Date: Tue May 21 09:46:08 2013 +0000
Resolves: #i122336# Show docked tab bar after closing undocked sidebar
(cherry picked from commit d8b17867f3c58d5623cca129d6459bae0eb11729)
Change-Id: I5579c8f12cad696da94674c4f1a52bb2bed68cb5
diff --git a/sfx2/source/sidebar/SidebarDockingWindow.cxx b/sfx2/source/sidebar/SidebarDockingWindow.cxx
index 3b6a61d..fe18b32 100644
--- a/sfx2/source/sidebar/SidebarDockingWindow.cxx
+++ b/sfx2/source/sidebar/SidebarDockingWindow.cxx
@@ -92,8 +92,8 @@ sal_Bool SidebarDockingWindow::Close (void)
{
// Do not close the floating window.
// Dock it and close just the deck instead.
- mpSidebarController->RequestCloseDeck();
SetFloatingMode(sal_False);
+ mpSidebarController->RequestCloseDeck();
mpSidebarController->NotifyResize();
return sal_False;
}
More information about the Libreoffice-commits
mailing list