summaryrefslogtreecommitdiff
path: root/sd/source/ui/framework/configuration/ConfigurationControllerResourceManager.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/framework/configuration/ConfigurationControllerResourceManager.cxx')
-rw-r--r--sd/source/ui/framework/configuration/ConfigurationControllerResourceManager.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/framework/configuration/ConfigurationControllerResourceManager.cxx b/sd/source/ui/framework/configuration/ConfigurationControllerResourceManager.cxx
index 06abaa23ed0a..6689c7be9a44 100644
--- a/sd/source/ui/framework/configuration/ConfigurationControllerResourceManager.cxx
+++ b/sd/source/ui/framework/configuration/ConfigurationControllerResourceManager.cxx
@@ -243,7 +243,7 @@ void ConfigurationControllerResourceManager::DeactivateResource (
{
aDescriptor.mxResourceFactory->releaseResource(aDescriptor.mxResource);
}
- catch (lang::DisposedException& rException)
+ catch (const lang::DisposedException& rException)
{
if ( ! rException.Context.is()
|| rException.Context == aDescriptor.mxResourceFactory)