From de1d80075ca88ad51bf4c99d1a4805162d73491a Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 30 Jul 2019 17:52:47 +0200 Subject: 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 --- package/source/zippackage/ZipPackageStream.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/source/zippackage/ZipPackageStream.cxx') 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() -- cgit