diff options
author | Marc-André Laverdière-Papineau <marc-andre@atc.tcs.com> | 2012-03-04 20:24:26 -0500 |
---|---|---|
committer | Marc-André Laverdière-Papineau <marc-andre@atc.tcs.com> | 2012-03-04 21:26:13 -0500 |
commit | 0586306a5481e3cb5f5c89bc5897c707b2f2dfd6 (patch) | |
tree | ed2d84d0cb503c538ed5512dd806267150a09d65 | |
parent | c0e58cdcac9c5138d2d6f84e4da97110eb397621 (diff) |
Removed dead code
-rw-r--r-- | comphelper/inc/comphelper/accessibleselectionhelper.hxx | 2 | ||||
-rw-r--r-- | comphelper/source/misc/accessibleselectionhelper.cxx | 5 | ||||
-rwxr-xr-x | unusedcode.easy | 1 |
3 files changed, 0 insertions, 8 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) { diff --git a/unusedcode.easy b/unusedcode.easy index 8a5a54adb1f8..0f9a9e91c453 100755 --- a/unusedcode.easy +++ b/unusedcode.easy @@ -889,7 +889,6 @@ comphelper::EventLogger::EventLogger(com::sun::star::uno::Reference<com::sun::st comphelper::FastPropertySetInfo::FastPropertySetInfo() comphelper::FastPropertySetInfo::addProperty(com::sun::star::beans::Property const&) comphelper::MimeConfigurationHelper::GetFilterFlags(rtl::OUString const&) -comphelper::OAccessibleSelectionHelper::OAccessibleSelectionHelper() comphelper::OAccessibleTextHelper::OAccessibleTextHelper() comphelper::OPropertyContainerHelper::modifyAttributes(int, int, int) comphelper::OSelectionChangeListener::disposeAdapter() |