diff options
Diffstat (limited to 'include/svtools/svparser.hxx')
-rw-r--r-- | include/svtools/svparser.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/svparser.hxx b/include/svtools/svparser.hxx index 136eb3a42573..2faa184d7643 100644 --- a/include/svtools/svparser.hxx +++ b/include/svtools/svparser.hxx @@ -60,7 +60,7 @@ protected: rtl_TextEncoding eSrcEnc; // Source encoding - sal_uLong nNextChPos; + sal_uInt64 nNextChPos; sal_uInt32 nNextCh; // current character codepoint in UTF32 for the "lex" bool bUCS2BSrcEnc : 1; // or as big-endian UCS2 |