summaryrefslogtreecommitdiffstats
path: root/forms/source/component/FixedText.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/FixedText.cxx')
-rw-r--r--forms/source/component/FixedText.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/component/FixedText.cxx b/forms/source/component/FixedText.cxx
index b281b509fe74..bf3acda7bf16 100644
--- a/forms/source/component/FixedText.cxx
+++ b/forms/source/component/FixedText.cxx
@@ -62,9 +62,9 @@ OFixedTextModel::~OFixedTextModel( )
IMPLEMENT_DEFAULT_CLONING( OFixedTextModel )
-StringSequence SAL_CALL OFixedTextModel::getSupportedServiceNames() throw(::com::sun::star::uno::RuntimeException, std::exception)
+css::uno::Sequence<OUString> SAL_CALL OFixedTextModel::getSupportedServiceNames() throw(::com::sun::star::uno::RuntimeException, std::exception)
{
- StringSequence aSupported = OControlModel::getSupportedServiceNames();
+ css::uno::Sequence<OUString> aSupported = OControlModel::getSupportedServiceNames();
aSupported.realloc(aSupported.getLength() + 2);
OUString* pArray = aSupported.getArray();