summaryrefslogtreecommitdiff
path: root/package/source/zippackage/ZipPackageStream.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-07-30 17:52:47 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-07-31 12:56:35 +0200
commitde1d80075ca88ad51bf4c99d1a4805162d73491a (patch)
treefb29165e06cf2fd61f34060fc86a0c8087fb9b15 /package/source/zippackage/ZipPackageStream.cxx
parent8a45f6fc04b5ee82969f8c8001341b9bd99166e6 (diff)
Improved loplugin:stringconstant (now that GCC 7 supports it): package
Change-Id: I98b112820d4254dae92a6152dcec7506518c924b Reviewed-on: https://gerrit.libreoffice.org/76660 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'package/source/zippackage/ZipPackageStream.cxx')
-rw-r--r--package/source/zippackage/ZipPackageStream.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/source/zippackage/ZipPackageStream.cxx b/package/source/zippackage/ZipPackageStream.cxx
index cb0c1cd3dff9..7332cdc366b6 100644
--- a/package/source/zippackage/ZipPackageStream.cxx
+++ b/package/source/zippackage/ZipPackageStream.cxx
@@ -1316,7 +1316,7 @@ void ZipPackageStream::setSize ( const sal_Int64 nNewSize )
}
OUString ZipPackageStream::getImplementationName()
{
- return OUString ("ZipPackageStream");
+ return "ZipPackageStream";
}
Sequence< OUString > ZipPackageStream::getSupportedServiceNames()