summaryrefslogtreecommitdiffstats
path: root/forms/source/component/File.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/File.cxx')
-rw-r--r--forms/source/component/File.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/component/File.cxx b/forms/source/component/File.cxx
index 015a9fb641d8..eb6dff10b7fc 100644
--- a/forms/source/component/File.cxx
+++ b/forms/source/component/File.cxx
@@ -67,9 +67,9 @@ Sequence<Type> OFileControlModel::_getTypes()
// XServiceInfo
-StringSequence OFileControlModel::getSupportedServiceNames() throw(RuntimeException, std::exception)
+css::uno::Sequence<OUString> OFileControlModel::getSupportedServiceNames() throw(RuntimeException, std::exception)
{
- StringSequence aSupported = OControlModel::getSupportedServiceNames();
+ css::uno::Sequence<OUString> aSupported = OControlModel::getSupportedServiceNames();
aSupported.realloc(aSupported.getLength() + 2);
OUString*pArray = aSupported.getArray();