summaryrefslogtreecommitdiff
path: root/starmath/source/mathtype.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2023-08-09 16:38:55 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2023-08-09 20:06:54 +0200
commitda54fbce1c9101925059b980a0d9fe441bf0461f (patch)
tree1dac07149177ce27834f8293246fdc944d397061 /starmath/source/mathtype.cxx
parent55c0d6caec990ed2d5433251bfed9c51d1207e47 (diff)
use sal_uInt64 when dealing with stream position
Change-Id: I2869e115941b3e1f52911d58d54ec1b2831d0524 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155524 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'starmath/source/mathtype.cxx')
-rw-r--r--starmath/source/mathtype.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/mathtype.cxx b/starmath/source/mathtype.cxx
index 56a666b969f3..aca49f034ad0 100644
--- a/starmath/source/mathtype.cxx
+++ b/starmath/source/mathtype.cxx
@@ -1915,7 +1915,7 @@ bool MathType::ConvertFromStarMath( SfxMedium& rMedium )
pS->WriteUChar( 0x01 );
pS->WriteUChar( 0x03 );
pS->WriteUChar( 0x00 );
- sal_uInt32 nSize = pS->Tell();
+ sal_uInt64 nSize = pS->Tell();
nPendingAttributes=0;
HandleNodes(pTree, 0);