[Libreoffice-commits] core.git: Branch 'feature/sidebaropt' - sfx2/source
Michael Meeks
michael.meeks at suse.com
Fri May 17 09:34:54 PDT 2013
sfx2/source/dialog/taskpane.cxx | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
New commits:
commit f1dc8f5c37a02238ff62a3318d693a19ea5185df
Author: Michael Meeks <michael.meeks at suse.com>
Date: Fri May 17 17:35:05 2013 +0100
Seems this is a left-over artifact from a previous side-bar attempt
Presumably un-needed -> disable; restores the look of task-panes.
diff --git a/sfx2/source/dialog/taskpane.cxx b/sfx2/source/dialog/taskpane.cxx
index 69aedf6..d79ede7 100644
--- a/sfx2/source/dialog/taskpane.cxx
+++ b/sfx2/source/dialog/taskpane.cxx
@@ -938,7 +938,9 @@ namespace sfx2
LINK( this, TaskPaneController_Impl, OnToolboxClicked )
);
m_rDockingWindow.SetEndDockingHdl( LINK( this, TaskPaneController_Impl, DockingChanged ) );
- impl_setLayout(LAYOUT_TABS_RIGHT, true);
+ // MMeeks - this is the big switch changing how the tabs look ...
+// impl_setLayout(LAYOUT_TABS_RIGHT, true);
+ impl_setLayout(LAYOUT_DRAWERS, true);
m_rTaskPane.GetPanelDeck().AddListener( *this );
More information about the Libreoffice-commits
mailing list