Removed dead code

üst c0e58cdc
...@@ -101,8 +101,6 @@ namespace comphelper ...@@ -101,8 +101,6 @@ namespace comphelper
{ {
protected: protected:
OAccessibleSelectionHelper( );
/// see the respective base class ctor for an extensive comment on this, please /// see the respective base class ctor for an extensive comment on this, please
OAccessibleSelectionHelper( IMutex* _pExternalLock ); OAccessibleSelectionHelper( IMutex* _pExternalLock );
......
...@@ -115,11 +115,6 @@ namespace comphelper ...@@ -115,11 +115,6 @@ namespace comphelper
//===================================================================== //=====================================================================
//= OAccessibleSelectionHelper //= OAccessibleSelectionHelper
//===================================================================== //=====================================================================
//---------------------------------------------------------------------
OAccessibleSelectionHelper::OAccessibleSelectionHelper( )
{
}
//-------------------------------------------------------------------- //--------------------------------------------------------------------
OAccessibleSelectionHelper::OAccessibleSelectionHelper( IMutex* _pExternalLock ) : OAccessibleComponentHelper(_pExternalLock) OAccessibleSelectionHelper::OAccessibleSelectionHelper( IMutex* _pExternalLock ) : OAccessibleComponentHelper(_pExternalLock)
{ {
......
...@@ -889,7 +889,6 @@ comphelper::EventLogger::EventLogger(com::sun::star::uno::Reference<com::sun::st ...@@ -889,7 +889,6 @@ comphelper::EventLogger::EventLogger(com::sun::star::uno::Reference<com::sun::st
comphelper::FastPropertySetInfo::FastPropertySetInfo() comphelper::FastPropertySetInfo::FastPropertySetInfo()
comphelper::FastPropertySetInfo::addProperty(com::sun::star::beans::Property const&) comphelper::FastPropertySetInfo::addProperty(com::sun::star::beans::Property const&)
comphelper::MimeConfigurationHelper::GetFilterFlags(rtl::OUString const&) comphelper::MimeConfigurationHelper::GetFilterFlags(rtl::OUString const&)
comphelper::OAccessibleSelectionHelper::OAccessibleSelectionHelper()
comphelper::OAccessibleTextHelper::OAccessibleTextHelper() comphelper::OAccessibleTextHelper::OAccessibleTextHelper()
comphelper::OPropertyContainerHelper::modifyAttributes(int, int, int) comphelper::OPropertyContainerHelper::modifyAttributes(int, int, int)
comphelper::OSelectionChangeListener::disposeAdapter() comphelper::OSelectionChangeListener::disposeAdapter()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment