diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2023-08-09 17:56:33 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-08-09 22:34:07 +0200 |
commit | b321cf78808f918669139793a65a3bf4908faa46 (patch) | |
tree | 00fa1d66d3ed1ef626a872b7b503971b1b4e0372 /include | |
parent | d955016f31069b51761b7fe56d62aa2a44d7beda (diff) |
use sal_uInt64 when dealing with stream position
Change-Id: I2c89096c306e1537622fc52644d20ae605183b35
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155527
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/filter/msfilter/escherex.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/filter/msfilter/escherex.hxx b/include/filter/msfilter/escherex.hxx index 1c313c4b5c70..48ed81d0ffd6 100644 --- a/include/filter/msfilter/escherex.hxx +++ b/include/filter/msfilter/escherex.hxx @@ -1058,7 +1058,7 @@ class MSFILTER_DLLPUBLIC EscherEx : public EscherPersistTable std::vector< sal_uInt16 > mRecTypes; sal_uInt32 mnCurrentDg; - sal_uInt32 mnCountOfs; + sal_uInt64 mnCountOfs; sal_uInt32 mnGroupLevel; SdrLayerID mnHellLayerId; |