summaryrefslogtreecommitdiff
path: root/forms/source/component/ListBox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/ListBox.hxx')
-rw-r--r--forms/source/component/ListBox.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/component/ListBox.hxx b/forms/source/component/ListBox.hxx
index 42a41d522444..bd9d7aac6c43 100644
--- a/forms/source/component/ListBox.hxx
+++ b/forms/source/component/ListBox.hxx
@@ -128,7 +128,7 @@ public:
// XServiceInfo
OUString SAL_CALL getImplementationName() override
- { return OUString("com.sun.star.form.OListBoxModel"); }
+ { return "com.sun.star.form.OListBoxModel"; }
virtual css::uno::Sequence<OUString> SAL_CALL getSupportedServiceNames() override;
@@ -267,7 +267,7 @@ public:
// XServiceInfo
OUString SAL_CALL getImplementationName() override
- { return OUString("com.sun.star.form.OListBoxControl"); }
+ { return "com.sun.star.form.OListBoxControl"; }
virtual css::uno::Sequence<OUString> SAL_CALL getSupportedServiceNames() override;