summaryrefslogtreecommitdiff
path: root/package/inc
diff options
context:
space:
mode:
authorMichael Stahl <michael.stahl@allotropia.de>2024-09-12 18:54:00 +0200
committerMichael Stahl <michael.stahl@allotropia.de>2024-09-13 16:46:45 +0200
commit15e238757a5f0bd0076eda7046ceddfc5d4db284 (patch)
treeb53c2129a7e7c18dac63cfc8f90ae03eb19a2de6 /package/inc
parentfcb7bb06bdef712cf59874a60e6dd105ac452596 (diff)
package: m_nMagicalHackSize appears superfluous
Change-Id: Idc32af25b7835b04b777a2a0767e1982d074f6d4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173322 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'package/inc')
-rw-r--r--package/inc/ZipPackageStream.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/inc/ZipPackageStream.hxx b/package/inc/ZipPackageStream.hxx
index a6f874b0d4d7..7c6431b19961 100644
--- a/package/inc/ZipPackageStream.hxx
+++ b/package/inc/ZipPackageStream.hxx
@@ -61,7 +61,6 @@ private:
sal_uInt8 m_nStreamMode;
sal_uInt32 m_nMagicalHackPos;
- sal_uInt32 m_nMagicalHackSize;
sal_Int64 m_nOwnStreamOrigSize;
bool m_bHasSeekable;