summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/PaneChildWindows.cxx
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 /sd/source/ui/dlg/PaneChildWindows.cxx
parent323dbd38e6cd67f725adba477323b59a0bc7a7c7 (diff)
remove redundant mmeeks comments around the place for misc. code pointers.
Change-Id: I53cf0596b39b00b634724db701d784dd4ab12281
Diffstat (limited to 'sd/source/ui/dlg/PaneChildWindows.cxx')
-rw-r--r--sd/source/ui/dlg/PaneChildWindows.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/dlg/PaneChildWindows.cxx b/sd/source/ui/dlg/PaneChildWindows.cxx
index 3b12bf101e36..df7997401228 100644
--- a/sd/source/ui/dlg/PaneChildWindows.cxx
+++ b/sd/source/ui/dlg/PaneChildWindows.cxx
@@ -194,7 +194,7 @@ void ToolPanelChildWindow::ActivateToolPanel( const OUString& i_rPanelURL )
if ( i_rPanelURL.indexOf( framework::FrameworkHelper::msTaskPanelURLPrefix ) == 0 )
{
// it's one of our standard panels known to the drawing framework
- pFrameworkHelper->RequestSidebarPanel( i_rPanelURL ); // MMeeks
+ pFrameworkHelper->RequestSidebarPanel( i_rPanelURL );
}
else
{