summaryrefslogtreecommitdiff
path: root/odk/examples/cpp/custompanel/ctp_panel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/cpp/custompanel/ctp_panel.hxx')
-rw-r--r--odk/examples/cpp/custompanel/ctp_panel.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/odk/examples/cpp/custompanel/ctp_panel.hxx b/odk/examples/cpp/custompanel/ctp_panel.hxx
index 5428496245b8..098faba050f3 100644
--- a/odk/examples/cpp/custompanel/ctp_panel.hxx
+++ b/odk/examples/cpp/custompanel/ctp_panel.hxx
@@ -35,10 +35,6 @@
namespace sd { namespace colortoolpanel
{
-
-
- //= SingleColorPanel
-
typedef ::cppu::WeakComponentImplHelper2 < ::com::sun::star::ui::XToolPanel
, ::com::sun::star::awt::XPaintListener
> SingleColorPanel_Base;
@@ -73,9 +69,6 @@ namespace sd { namespace colortoolpanel
const sal_Int32 m_nPanelColor;
};
-
- //= PanelUIElement
-
typedef ::cppu::WeakComponentImplHelper1 < ::com::sun::star::ui::XUIElement
> PanelUIElement_Base;
class PanelUIElement :public ::cppu::BaseMutex