summaryrefslogtreecommitdiff
path: root/starmath/source/mathtype.cxx
diff options
context:
space:
mode:
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);