summaryrefslogtreecommitdiff
path: root/forms/source/component/Pattern.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/Pattern.hxx')
-rw-r--r--forms/source/component/Pattern.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/component/Pattern.hxx b/forms/source/component/Pattern.hxx
index 8de1e00a8b89..3ab7f2987438 100644
--- a/forms/source/component/Pattern.hxx
+++ b/forms/source/component/Pattern.hxx
@@ -50,10 +50,10 @@ public:
// ::com::sun::star::lang::XServiceInfo
IMPLEMENTATION_NAME(OPatternModel);
- virtual StringSequence SAL_CALL getSupportedServiceNames() throw();
+ virtual StringSequence SAL_CALL getSupportedServiceNames() throw(std::exception);
// ::com::sun::star::io::XPersistObject
- virtual OUString SAL_CALL getServiceName() throw ( ::com::sun::star::uno::RuntimeException);
+ virtual OUString SAL_CALL getServiceName() throw ( ::com::sun::star::uno::RuntimeException, std::exception);
// OControlModel's property handling
virtual void describeFixedProperties(
@@ -89,7 +89,7 @@ public:
// ::com::sun::star::lang::XServiceInfo
IMPLEMENTATION_NAME(OPatternControl);
- virtual StringSequence SAL_CALL getSupportedServiceNames() throw();
+ virtual StringSequence SAL_CALL getSupportedServiceNames() throw(std::exception);
};
//.........................................................................