summaryrefslogtreecommitdiff
path: root/configmgr/source/update.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/update.cxx')
-rw-r--r--configmgr/source/update.cxx11
1 files changed, 7 insertions, 4 deletions
diff --git a/configmgr/source/update.cxx b/configmgr/source/update.cxx
index 36b04b4880dd..ac53c94c4c52 100644
--- a/configmgr/source/update.cxx
+++ b/configmgr/source/update.cxx
@@ -78,10 +78,12 @@ private:
virtual void SAL_CALL insertExtensionXcuFile(
sal_Bool shared, OUString const & fileUri)
- throw (css::uno::RuntimeException);
+ throw (css::uno::RuntimeException,
+ std::exception);
virtual void SAL_CALL removeExtensionXcuFile(OUString const & fileUri)
- throw (css::uno::RuntimeException);
+ throw (css::uno::RuntimeException,
+ std::exception);
virtual void SAL_CALL insertModificationXcuFile(
OUString const & fileUri,
@@ -103,7 +105,8 @@ void Service::insertExtensionXcsFile(
void Service::insertExtensionXcuFile(
sal_Bool shared, OUString const & fileUri)
- throw (css::uno::RuntimeException)
+ throw (css::uno::RuntimeException,
+ std::exception)
{
Broadcaster bc;
{
@@ -118,7 +121,7 @@ void Service::insertExtensionXcuFile(
}
void Service::removeExtensionXcuFile(OUString const & fileUri)
- throw (css::uno::RuntimeException)
+ throw (css::uno::RuntimeException, std::exception)
{
Broadcaster bc;
{