diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-05-11 15:53:08 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-12 19:34:14 +0200 |
commit | 05d3a1899eb50202fd3929b702bae1003b5610be (patch) | |
tree | ba2acb1ed6802f49ea618746e95d9017dbe8372f /svtools/source/svrtf | |
parent | cffc5a04661fc0a84dff9fa5da954236d88a8b38 (diff) |
tdf#75280 replace uses of sal_uLong
those vars get their type from SvStream which uses sal_uInt64
Change-Id: Ia356699bb0f5e9787ae6f02e52e0b00cc2f817b1
Reviewed-on: https://gerrit.libreoffice.org/37547
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svtools/source/svrtf')
-rw-r--r-- | svtools/source/svrtf/svparser.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/svrtf/svparser.cxx b/svtools/source/svrtf/svparser.cxx index 789464ddbdf5..947ef75a98f3 100644 --- a/svtools/source/svrtf/svparser.cxx +++ b/svtools/source/svrtf/svparser.cxx @@ -32,7 +32,7 @@ template<typename T> struct SvParser_Impl { OUString aToken; // gescanntes Token - sal_uLong nFilePos; // actual position in stream + sal_uInt64 nFilePos; // actual position in stream sal_uLong nlLineNr; // actual line number sal_uLong nlLinePos; // actual column number long nTokenValue; // extra value (RTF) |