summaryrefslogtreecommitdiff
path: root/forms/source/component/Date.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/Date.hxx')
-rw-r--r--forms/source/component/Date.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/component/Date.hxx b/forms/source/component/Date.hxx
index 2971008ad5ce..f54ac8495200 100644
--- a/forms/source/component/Date.hxx
+++ b/forms/source/component/Date.hxx
@@ -55,7 +55,7 @@ public:
throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE
{ return OUString("com.sun.star.form.ODateModel"); }
- virtual StringSequence SAL_CALL getSupportedServiceNames() throw(std::exception) SAL_OVERRIDE;
+ virtual css::uno::Sequence<OUString> SAL_CALL getSupportedServiceNames() throw(std::exception) SAL_OVERRIDE;
// XPropertySet
using OEditBaseModel::getFastPropertyValue;
@@ -106,7 +106,7 @@ public:
throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE
{ return OUString("com.sun.star.form.ODateControl"); }
- virtual StringSequence SAL_CALL getSupportedServiceNames() throw(std::exception) SAL_OVERRIDE;
+ virtual css::uno::Sequence<OUString> SAL_CALL getSupportedServiceNames() throw(std::exception) SAL_OVERRIDE;
};