summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/iframe.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-07-30 17:48:58 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-07-31 12:55:02 +0200
commitf0531aee9535118addf73771c2b3d8a02f1894bf (patch)
tree8b8c372379498ba4c1f68052a37f7be5c2c911bb /sfx2/source/doc/iframe.cxx
parent90294b464d0e5acf21cb152babb11d7f96ecf5d7 (diff)
Improved loplugin:stringconstant (now that GCC 7 supports it): sfx2
Change-Id: Idb86a5351feaf307504d1f1f110ef8b1275bedce Reviewed-on: https://gerrit.libreoffice.org/76648 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sfx2/source/doc/iframe.cxx')
-rw-r--r--sfx2/source/doc/iframe.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/iframe.cxx b/sfx2/source/doc/iframe.cxx
index e9bc3f0aabe9..2bbdd75ae027 100644
--- a/sfx2/source/doc/iframe.cxx
+++ b/sfx2/source/doc/iframe.cxx
@@ -70,7 +70,7 @@ public:
virtual OUString SAL_CALL getImplementationName() override
{
- return OUString("com.sun.star.comp.sfx2.IFrameObject");
+ return "com.sun.star.comp.sfx2.IFrameObject";
}
virtual sal_Bool SAL_CALL supportsService(OUString const & ServiceName) override