summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-02-08 09:12:05 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-02-08 09:12:27 +0000
commit849a2471bd649b252648fa4e43be91dab4d9bdc5 (patch)
treedf146e6687298ab0b9c4eb2c21004ae436009e7e /unotools
parent2cae4ff166ad5ad51db49d6b0fab86b2c8090fb8 (diff)
update unused list
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 )
{