summaryrefslogtreecommitdiff
path: root/hwpfilter
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-07-30 17:54:24 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-07-31 12:58:09 +0200
commit421fcc61bf2d1a5dca5bd5499f713d67e1a4a0df (patch)
tree7edfb7943adc257bc97bdbf33577f7f8689914df /hwpfilter
parent64e62cfa74c56a4c98982949ba76b4632b955d6d (diff)
Improved loplugin:stringconstant (now that GCC 7 supports it): hwpfilter
Change-Id: I1dcb28e357b9116fad227e731c59c64d09f0b9d1 Reviewed-on: https://gerrit.libreoffice.org/76672 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'hwpfilter')
-rw-r--r--hwpfilter/source/hwpreader.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/hwpfilter/source/hwpreader.hxx b/hwpfilter/source/hwpreader.hxx
index 60f61c2b1ebb..6d6bf2c27204 100644
--- a/hwpfilter/source/hwpreader.hxx
+++ b/hwpfilter/source/hwpreader.hxx
@@ -242,12 +242,12 @@ void HwpImportFilter::setTargetDocument( const Reference< XComponent >& xDoc )
OUString HwpImportFilter::getImplementationName_Static() throw()
{
- return OUString( IMPLEMENTATION_NAME );
+ return IMPLEMENTATION_NAME;
}
OUString HwpImportFilter::getImplementationName()
{
- return OUString( IMPLEMENTATION_NAME );
+ return IMPLEMENTATION_NAME;
}
sal_Bool HwpImportFilter::supportsService( const OUString& ServiceName )