summaryrefslogtreecommitdiff
path: root/forms/source/component/Pattern.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-07-30 17:54:50 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-07-31 12:58:39 +0200
commitf018d6274ddd6992c863f091b2f1632e52197267 (patch)
tree8407771d03764fda826f62145b7125e028fc8d23 /forms/source/component/Pattern.hxx
parent27dcfba1009085b759f4f578b56a464340c80a0c (diff)
Improved loplugin:stringconstant (now that GCC 7 supports it): forms
Change-Id: I105fc954a983280ec07759a7f9d21e726a970a80 Reviewed-on: https://gerrit.libreoffice.org/76676 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'forms/source/component/Pattern.hxx')
-rw-r--r--forms/source/component/Pattern.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/component/Pattern.hxx b/forms/source/component/Pattern.hxx
index d1405f481909..80ce81639255 100644
--- a/forms/source/component/Pattern.hxx
+++ b/forms/source/component/Pattern.hxx
@@ -43,7 +43,7 @@ public:
// css::lang::XServiceInfo
OUString SAL_CALL getImplementationName() override
- { return OUString("com.sun.star.form.OPatternModel"); }
+ { return "com.sun.star.form.OPatternModel"; }
virtual css::uno::Sequence<OUString> SAL_CALL getSupportedServiceNames() override;
@@ -76,7 +76,7 @@ public:
// css::lang::XServiceInfo
OUString SAL_CALL getImplementationName() override
- { return OUString("com.sun.star.form.OPatternControl"); }
+ { return "com.sun.star.form.OPatternControl"; }
virtual css::uno::Sequence<OUString> SAL_CALL getSupportedServiceNames() override;
};