diff options
author | Michael Meeks <michael.meeks@suse.com> | 2013-05-17 17:35:05 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2013-05-20 11:33:38 +0100 |
commit | 3fd311a944ff09084af325593beb380f85b5c128 (patch) | |
tree | 1775ab3c989415ddf66525dff8c44e9e143ea397 /sfx2 | |
parent | 228bb7ffe0d404ba1225f7b4d26ca71e098577d9 (diff) |
Remove apparently un-needed change to look of task-panes.
Change-Id: I8ebd1cf4482d7dc47db3f732b0d06cb318568c5a
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/dialog/taskpane.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sfx2/source/dialog/taskpane.cxx b/sfx2/source/dialog/taskpane.cxx index 69aedf64ca33..d79ede735eb8 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 ); |