summaryrefslogtreecommitdiff
path: root/odk/examples/cpp/custompanel/ctp_panel.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/cpp/custompanel/ctp_panel.cxx')
-rw-r--r--odk/examples/cpp/custompanel/ctp_panel.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/odk/examples/cpp/custompanel/ctp_panel.cxx b/odk/examples/cpp/custompanel/ctp_panel.cxx
index 78b68635470a..aa1b4ef403a6 100644
--- a/odk/examples/cpp/custompanel/ctp_panel.cxx
+++ b/odk/examples/cpp/custompanel/ctp_panel.cxx
@@ -98,9 +98,6 @@ namespace sd { namespace colortoolpanel
}
}
- //= class SingleColorPanel
-
-
SingleColorPanel::SingleColorPanel( const Reference< XComponentContext >& i_rContext, const Reference< XWindow >& i_rParentWindow, const ::sal_Int32 i_nPanelColor )
:SingleColorPanel_Base( m_aMutex )
,m_xWindow()
@@ -195,10 +192,6 @@ namespace sd { namespace colortoolpanel
m_xWindow.clear();
}
-
- //= PanelUIElement
-
-
PanelUIElement::PanelUIElement( const Reference< XComponentContext >& i_rContext, const Reference< XWindow >& i_rParentWindow,
const OUString& i_rResourceURL, const ::sal_Int32 i_nPanelColor )
:PanelUIElement_Base( m_aMutex )