summaryrefslogtreecommitdiff
path: root/package/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-08-11 13:55:03 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-08-13 08:35:16 +0200
commit67649406d7b72f8d6ea4bbe76e775e0052ddefc3 (patch)
tree3cf40f61c1e30a1cba78ba21c7d2e6ac3d274694 /package/inc
parente7cc6b253f5a1fd1205da231f6a14011501ed74e (diff)
loplugin:returnconstant in oox,package
Change-Id: I1dade7ddde6b1e226861d32f24f65be5bb9d9352 Reviewed-on: https://gerrit.libreoffice.org/58880 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'package/inc')
-rw-r--r--package/inc/ZipFile.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/inc/ZipFile.hxx b/package/inc/ZipFile.hxx
index c5353b6c17d2..3dceb036c3bd 100644
--- a/package/inc/ZipFile.hxx
+++ b/package/inc/ZipFile.hxx
@@ -82,7 +82,7 @@ class ZipFile
void getSizeAndCRC( sal_Int64 nOffset, sal_Int64 nCompressedSize, sal_Int64 *nSize, sal_Int32 *nCRC );
- bool readLOC( ZipEntry &rEntry );
+ void readLOC( ZipEntry &rEntry );
sal_Int32 readCEN();
sal_Int32 findEND();
void recover();