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