summaryrefslogtreecommitdiff
path: root/framework/source/fwe/helper/configimporter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/fwe/helper/configimporter.cxx')
-rw-r--r--framework/source/fwe/helper/configimporter.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/fwe/helper/configimporter.cxx b/framework/source/fwe/helper/configimporter.cxx
index 24f75747c59a..0aacbdaea457 100644
--- a/framework/source/fwe/helper/configimporter.cxx
+++ b/framework/source/fwe/helper/configimporter.cxx
@@ -77,11 +77,11 @@ sal_Bool UIConfigurationImporterOOo1x::ImportCustomToolbars(
}
}
}
- catch ( uno::RuntimeException& )
+ catch ( const uno::RuntimeException& )
{
throw;
}
- catch ( uno::Exception& )
+ catch ( const uno::Exception& )
{
}
}