summaryrefslogtreecommitdiff
path: root/starmath/source/mathtype.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2017-06-12 22:32:37 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2017-06-13 01:56:46 +0200
commit94662151fef3845aa7cf32dbd9d60fe10bc4a3c5 (patch)
treea2201f607845b5361067106f46456ef82dc14dca /starmath/source/mathtype.hxx
parentb7f515fefbb104da08062bd158a4c32c9b2afa10 (diff)
starmath: SvStream::Seek()/Tell() uses sal_uInt64, not sal_uLong
Change-Id: I210a9969f4bf6a1dc5c199836abec08d78968c36 Reviewed-on: https://gerrit.libreoffice.org/38702 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
Diffstat (limited to 'starmath/source/mathtype.hxx')
-rw-r--r--starmath/source/mathtype.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/source/mathtype.hxx b/starmath/source/mathtype.hxx
index 2fd259fd81f7..07951c935ddd 100644
--- a/starmath/source/mathtype.hxx
+++ b/starmath/source/mathtype.hxx
@@ -134,7 +134,7 @@ private:
void HandleRoot(SmNode *pNode,int nLevel);
void HandleSubSupScript(SmNode *pNode,int nLevel);
sal_uInt8 HandleCScript(SmNode *pNode,SmNode *pContent,int nLevel,
- sal_uLong *pPos=nullptr,bool bTest=true);
+ sal_uInt64 *pPos=nullptr,bool bTest=true);
void HandleFractions(SmNode *pNode,int nLevel);
void HandleBrace(SmNode *pNode,int nLevel);
void HandleVerticalBrace(SmNode *pNode,int nLevel);
@@ -152,7 +152,7 @@ private:
sal_uInt8 nHAlign;
int nPendingAttributes;
- sal_uLong nInsertion;
+ sal_uInt64 nInsertion;
std::vector<sal_Int16> aSizeTable;
sal_Int16 nLSize;