diff options
Diffstat (limited to 'framework/source/uiconfiguration/uiconfigurationmanager.cxx')
-rw-r--r-- | framework/source/uiconfiguration/uiconfigurationmanager.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/framework/source/uiconfiguration/uiconfigurationmanager.cxx b/framework/source/uiconfiguration/uiconfigurationmanager.cxx index 51ea91363237..0a04ab944f1d 100644 --- a/framework/source/uiconfiguration/uiconfigurationmanager.cxx +++ b/framework/source/uiconfiguration/uiconfigurationmanager.cxx @@ -159,7 +159,6 @@ private: bDefaultLayer( false ), nElementType( css::ui::UIElementType::UNKNOWN ) {} - bool bModified; bool bLoaded; bool bDefaultLayer; @@ -772,7 +771,6 @@ void SAL_CALL UIConfigurationManager::removeConfigurationListener( const Referen m_aListenerContainer.removeInterface( ::getCppuType( ( const Reference< XUIConfigurationListener >* ) NULL ), xListener ); } - void SAL_CALL UIConfigurationManager::reset() throw (::com::sun::star::uno::RuntimeException, std::exception) { SolarMutexClearableGuard aGuard; |