summaryrefslogtreecommitdiffstats
path: root/UnoControls/inc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-08-08 13:53:08 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-08-08 13:53:54 +0200
commit2beba8f93e7991372dd45351c92c50f7850dc46a (patch)
tree15dfae00223ccc7fdbfe2e06a3d931b97fded890 /UnoControls/inc
parentremove include comments and boxes (diff)
downloadcore-2beba8f93e7991372dd45351c92c50f7850dc46a.tar.gz
core-2beba8f93e7991372dd45351c92c50f7850dc46a.zip
reduce ascii noise and useless comments
Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4
Diffstat (limited to 'UnoControls/inc')
-rw-r--r--UnoControls/inc/basecontainercontrol.hxx4
-rw-r--r--UnoControls/inc/basecontrol.hxx4
2 files changed, 0 insertions, 8 deletions
diff --git a/UnoControls/inc/basecontainercontrol.hxx b/UnoControls/inc/basecontainercontrol.hxx
index 78d0dbc0f341..18c51694009e 100644
--- a/UnoControls/inc/basecontainercontrol.hxx
+++ b/UnoControls/inc/basecontainercontrol.hxx
@@ -50,10 +50,6 @@ struct IMPL_ControlInfo
::rtl::OUString sName ;
};
-//____________________________________________________________________________________________________________
-// classes
-//____________________________________________________________________________________________________________
-
class BaseContainerControl : public ::com::sun::star::awt::XControlModel
, public ::com::sun::star::awt::XControlContainer
, public BaseControl
diff --git a/UnoControls/inc/basecontrol.hxx b/UnoControls/inc/basecontrol.hxx
index 9ec160cc6519..68d90e201805 100644
--- a/UnoControls/inc/basecontrol.hxx
+++ b/UnoControls/inc/basecontrol.hxx
@@ -112,10 +112,6 @@ struct IMPL_MutexContainer
::osl::Mutex m_aMutex ;
};
-//____________________________________________________________________________________________________________
-// classes
-//____________________________________________________________________________________________________________
-
class BaseControl : public ::com::sun::star::lang::XServiceInfo
, public ::com::sun::star::awt::XPaintListener
, public ::com::sun::star::awt::XWindowListener