summaryrefslogtreecommitdiff
path: root/sax/source/fastparser/fastparser.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-07-30 17:49:49 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-07-31 12:55:55 +0200
commitfee4b54d1c0eaf37dc1a08e4570642028a5c19fb (patch)
tree7ac907885922212f530eea15b5f25de8fec0d531 /sax/source/fastparser/fastparser.cxx
parentef59252a7a3e9474569710866ab4ff5c1225cff7 (diff)
Improved loplugin:stringconstant (now that GCC 7 supports it): sax
Change-Id: I2b8122f9633a0c4450e7a453abdb15f14c16d178 Reviewed-on: https://gerrit.libreoffice.org/76655 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sax/source/fastparser/fastparser.cxx')
-rw-r--r--sax/source/fastparser/fastparser.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sax/source/fastparser/fastparser.cxx b/sax/source/fastparser/fastparser.cxx
index 67f0f23b7bea..4f1641f80b76 100644
--- a/sax/source/fastparser/fastparser.cxx
+++ b/sax/source/fastparser/fastparser.cxx
@@ -1401,7 +1401,7 @@ void FastSaxParser::setNamespaceHandler( const uno::Reference< css::xml::sax::XF
OUString FastSaxParser::getImplementationName()
{
- return OUString("com.sun.star.comp.extensions.xml.sax.FastParser");
+ return "com.sun.star.comp.extensions.xml.sax.FastParser";
}
sal_Bool FastSaxParser::supportsService( const OUString& ServiceName )