summaryrefslogtreecommitdiff
path: root/forms/source/component/ImageButton.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/ImageButton.cxx')
-rw-r--r--forms/source/component/ImageButton.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/forms/source/component/ImageButton.cxx b/forms/source/component/ImageButton.cxx
index 7a677d5b2f1f..5e02e96c4100 100644
--- a/forms/source/component/ImageButton.cxx
+++ b/forms/source/component/ImageButton.cxx
@@ -61,9 +61,9 @@ OImageButtonModel::~OImageButtonModel()
}
// XServiceInfo
-StringSequence OImageButtonModel::getSupportedServiceNames() throw(std::exception)
+css::uno::Sequence<OUString> OImageButtonModel::getSupportedServiceNames() throw(std::exception)
{
- StringSequence aSupported = OClickableImageBaseModel::getSupportedServiceNames();
+ css::uno::Sequence<OUString> aSupported = OClickableImageBaseModel::getSupportedServiceNames();
aSupported.realloc(aSupported.getLength() + 2);
OUString*pArray = aSupported.getArray();
@@ -150,9 +150,9 @@ Sequence<Type> OImageButtonControl::_getTypes()
return aTypes;
}
-StringSequence OImageButtonControl::getSupportedServiceNames() throw(std::exception)
+css::uno::Sequence<OUString> OImageButtonControl::getSupportedServiceNames() throw(std::exception)
{
- StringSequence aSupported = OClickableImageBaseControl::getSupportedServiceNames();
+ css::uno::Sequence<OUString> aSupported = OClickableImageBaseControl::getSupportedServiceNames();
aSupported.realloc(aSupported.getLength() + 2);
OUString*pArray = aSupported.getArray();