Author: af Date: Thu Dec 6 09:09:15 2012 New Revision: 1417781 URL: http://svn.apache.org/viewvc?rev=1417781&view=rev Log: i121420: Activated the existing but incomplete sidebar code.
Modified: openoffice/branches/sidebar/main/sfx2/source/dialog/taskpane.cxx Modified: openoffice/branches/sidebar/main/sfx2/source/dialog/taskpane.cxx URL: http://svn.apache.org/viewvc/openoffice/branches/sidebar/main/sfx2/source/dialog/taskpane.cxx?rev=1417781&r1=1417780&r2=1417781&view=diff ============================================================================== --- openoffice/branches/sidebar/main/sfx2/source/dialog/taskpane.cxx (original) +++ openoffice/branches/sidebar/main/sfx2/source/dialog/taskpane.cxx Thu Dec 6 09:09:15 2012 @@ -944,7 +944,7 @@ namespace sfx2 LINK( this, TaskPaneController_Impl, OnToolboxClicked ) ); m_rDockingWindow.SetEndDockingHdl( LINK( this, TaskPaneController_Impl, DockingChanged ) ); - impl_setLayout( LAYOUT_DRAWERS, true ); + impl_setLayout(LAYOUT_TABS_RIGHT, true); m_rTaskPane.GetPanelDeck().AddListener( *this );