diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-07-30 17:46:12 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-07-31 12:52:54 +0200 |
commit | e76e9e5d7299d88137d57aefe174a84474e2909c (patch) | |
tree | bb4eae1aa90e248ed84749ed83a3bf336e62584c /unoxml/source/rdf/CURI.cxx | |
parent | 28065fe9bd06617815b27e329a33b0ebb545c48d (diff) |
Improved loplugin:stringconstant (now that GCC 7 supports it): unoxml
Change-Id: If4445eabc4216d2fce7a08da85e806408064d7bb
Reviewed-on: https://gerrit.libreoffice.org/76630
Tested-by: Jenkins
Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
Diffstat (limited to 'unoxml/source/rdf/CURI.cxx')
-rw-r--r-- | unoxml/source/rdf/CURI.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unoxml/source/rdf/CURI.cxx b/unoxml/source/rdf/CURI.cxx index 971303beb92f..cef43fa22488 100644 --- a/unoxml/source/rdf/CURI.cxx +++ b/unoxml/source/rdf/CURI.cxx @@ -794,8 +794,8 @@ OUString SAL_CALL CURI::getLocalName() namespace comp_CURI { OUString _getImplementationName() { - return OUString( - "CURI"); + return + "CURI"; } css::uno::Sequence< OUString > _getSupportedServiceNames() |