sfx2/source/dialog/taskpane.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
New commits: commit f1dc8f5c37a02238ff62a3318d693a19ea5185df Author: Michael Meeks <michael.me...@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 ); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits