summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2013-05-20 10:04:41 +0100
committerMichael Meeks <michael.meeks@suse.com>2013-05-20 11:33:41 +0100
commitcec1323e50dd6fb13b1c70d70195676521841608 (patch)
tree96a68d38bb51bdcfab03ccd52502d0f8d3b34567 /sfx2
parent323dbd38e6cd67f725adba477323b59a0bc7a7c7 (diff)
remove redundant mmeeks comments around the place for misc. code pointers.
Change-Id: I53cf0596b39b00b634724db701d784dd4ab12281
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/taskpane.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/source/dialog/taskpane.cxx b/sfx2/source/dialog/taskpane.cxx
index d79ede735eb8..c7aa092801e5 100644
--- a/sfx2/source/dialog/taskpane.cxx
+++ b/sfx2/source/dialog/taskpane.cxx
@@ -938,8 +938,6 @@ namespace sfx2
LINK( this, TaskPaneController_Impl, OnToolboxClicked )
);
m_rDockingWindow.SetEndDockingHdl( LINK( this, TaskPaneController_Impl, DockingChanged ) );
- // 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 );