Remove apparently un-needed change to look of task-panes.

Change-Id: I8ebd1cf4482d7dc47db3f732b0d06cb318568c5a
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 );