summaryrefslogtreecommitdiff
path: root/configmgr/source/rootaccess.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/rootaccess.hxx')
-rw-r--r--configmgr/source/rootaccess.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/configmgr/source/rootaccess.hxx b/configmgr/source/rootaccess.hxx
index b36cc9e0d64c..25d13082ed6d 100644
--- a/configmgr/source/rootaccess.hxx
+++ b/configmgr/source/rootaccess.hxx
@@ -92,7 +92,8 @@ public:
virtual void SAL_CALL commitChanges()
throw (
com::sun::star::lang::WrappedTargetException,
- com::sun::star::uno::RuntimeException);
+ com::sun::star::uno::RuntimeException,
+ std::exception);
virtual sal_Bool SAL_CALL hasPendingChanges()
throw (com::sun::star::uno::RuntimeException);