summaryrefslogtreecommitdiff
path: root/unoxml/source/rdf/CURI.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-07-30 17:46:12 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-07-31 12:52:54 +0200
commite76e9e5d7299d88137d57aefe174a84474e2909c (patch)
treebb4eae1aa90e248ed84749ed83a3bf336e62584c /unoxml/source/rdf/CURI.cxx
parent28065fe9bd06617815b27e329a33b0ebb545c48d (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.cxx4
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()