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.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/component/Pattern.hxx b/forms/source/component/Pattern.hxx
index 2f5d6bf57da0..a066f45bfc64 100644
--- a/forms/source/component/Pattern.hxx
+++ b/forms/source/component/Pattern.hxx
@@ -49,7 +49,7 @@ public:
throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE
{ return OUString("com.sun.star.form.OPatternModel"); }
- virtual StringSequence SAL_CALL getSupportedServiceNames() throw(std::exception) SAL_OVERRIDE;
+ virtual css::uno::Sequence<OUString> SAL_CALL getSupportedServiceNames() throw(std::exception) SAL_OVERRIDE;
// ::com::sun::star::io::XPersistObject
virtual OUString SAL_CALL getServiceName() throw ( ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
@@ -88,7 +88,7 @@ public:
throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE
{ return OUString("com.sun.star.form.OPatternControl"); }
- virtual StringSequence SAL_CALL getSupportedServiceNames() throw(std::exception) SAL_OVERRIDE;
+ virtual css::uno::Sequence<OUString> SAL_CALL getSupportedServiceNames() throw(std::exception) SAL_OVERRIDE;
};