summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
Diffstat (limited to 'unotools')
-rw-r--r--unotools/inc/unotools/configvaluecontainer.hxx4
-rw-r--r--unotools/source/config/configvaluecontainer.cxx5
2 files changed, 0 insertions, 9 deletions
diff --git a/unotools/inc/unotools/configvaluecontainer.hxx b/unotools/inc/unotools/configvaluecontainer.hxx
index 589de073f534..ad6b4daa3868 100644
--- a/unotools/inc/unotools/configvaluecontainer.hxx
+++ b/unotools/inc/unotools/configvaluecontainer.hxx
@@ -73,10 +73,6 @@ namespace utl
m_pImpl;
protected:
- const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >&
- getServiceFactory( ) const;
-
- protected:
//-----------------------------------------------------------------
// construction/destruction
diff --git a/unotools/source/config/configvaluecontainer.cxx b/unotools/source/config/configvaluecontainer.cxx
index 8a0fdcdf1f7f..eb950b25bc59 100644
--- a/unotools/source/config/configvaluecontainer.cxx
+++ b/unotools/source/config/configvaluecontainer.cxx
@@ -261,11 +261,6 @@ namespace utl
delete m_pImpl;
}
- const Reference< XMultiServiceFactory >& OConfigurationValueContainer::getServiceFactory( ) const
- {
- return m_pImpl->xORB;
- }
-
void OConfigurationValueContainer::implConstruct( const ::rtl::OUString& _rConfigLocation,
const sal_uInt16 _nAccessFlags, const sal_Int32 _nLevels )
{