summaryrefslogtreecommitdiff
path: root/framework/source/uiconfiguration/imagemanager.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/uiconfiguration/imagemanager.cxx')
-rw-r--r--framework/source/uiconfiguration/imagemanager.cxx9
1 files changed, 1 insertions, 8 deletions
diff --git a/framework/source/uiconfiguration/imagemanager.cxx b/framework/source/uiconfiguration/imagemanager.cxx
index 560dc26be784..3ec26805de71 100644
--- a/framework/source/uiconfiguration/imagemanager.cxx
+++ b/framework/source/uiconfiguration/imagemanager.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: imagemanager.cxx,v $
- * $Revision: 1.16 $
+ * $Revision: 1.16.82.1 $
*
* This file is part of OpenOffice.org.
*
@@ -500,13 +500,6 @@ throw (::com::sun::star::uno::RuntimeException)
implts_initialize();
}
-sal_Bool ImageManager::hasStorage()
-throw (::com::sun::star::uno::RuntimeException)
-{
- ResetableGuard aLock( m_aLock );
- return ( m_xUserConfigStorage.is() );
-}
-
// XInitialization
void SAL_CALL ImageManager::initialize( const Sequence< Any >& aArguments ) throw ( Exception, RuntimeException )
{