diff options
Diffstat (limited to 'framework/source')
-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 62b8956f01..5ba910d2b1 100644 --- a/framework/source/uiconfiguration/uiconfigurationmanager.cxx +++ b/framework/source/uiconfiguration/uiconfigurationmanager.cxx @@ -697,7 +697,6 @@ void SAL_CALL UIConfigurationManager::reset() throw (::com::sun::star::uno::Runt if ( isReadOnly() ) return; - bool bResetStorage( false ); if ( m_xDocConfigStorage.is() ) { try @@ -737,7 +736,6 @@ void SAL_CALL UIConfigurationManager::reset() throw (::com::sun::star::uno::Runt if ( xTransactedObject.is() ) xTransactedObject->commit(); } - bResetStorage = true; // remove settings from user defined layer and notify listener about removed settings data! // Try to access our module sub folder |