summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
authorMarc-André Laverdière-Papineau <marc-andre@atc.tcs.com>2012-03-04 20:24:26 -0500
committerMarc-André Laverdière-Papineau <marc-andre@atc.tcs.com>2012-03-04 21:26:13 -0500
commit0586306a5481e3cb5f5c89bc5897c707b2f2dfd6 (patch)
treeed2d84d0cb503c538ed5512dd806267150a09d65 /comphelper
parentc0e58cdcac9c5138d2d6f84e4da97110eb397621 (diff)
Removed dead code
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/inc/comphelper/accessibleselectionhelper.hxx2
-rw-r--r--comphelper/source/misc/accessibleselectionhelper.cxx5
2 files changed, 0 insertions, 7 deletions
diff --git a/comphelper/inc/comphelper/accessibleselectionhelper.hxx b/comphelper/inc/comphelper/accessibleselectionhelper.hxx
index d91693b81185..972113ffb115 100644
--- a/comphelper/inc/comphelper/accessibleselectionhelper.hxx
+++ b/comphelper/inc/comphelper/accessibleselectionhelper.hxx
@@ -101,8 +101,6 @@ namespace comphelper
{
protected:
- OAccessibleSelectionHelper( );
-
/// see the respective base class ctor for an extensive comment on this, please
OAccessibleSelectionHelper( IMutex* _pExternalLock );
diff --git a/comphelper/source/misc/accessibleselectionhelper.cxx b/comphelper/source/misc/accessibleselectionhelper.cxx
index 64714cc38772..44fb4cb7bdb3 100644
--- a/comphelper/source/misc/accessibleselectionhelper.cxx
+++ b/comphelper/source/misc/accessibleselectionhelper.cxx
@@ -115,11 +115,6 @@ namespace comphelper
//=====================================================================
//= OAccessibleSelectionHelper
//=====================================================================
- //---------------------------------------------------------------------
- OAccessibleSelectionHelper::OAccessibleSelectionHelper( )
- {
- }
-
//--------------------------------------------------------------------
OAccessibleSelectionHelper::OAccessibleSelectionHelper( IMutex* _pExternalLock ) : OAccessibleComponentHelper(_pExternalLock)
{