diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-09-05 23:15:37 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-09-06 09:13:38 +0200 |
commit | c12c84e6d8f26b7c7dfd4d0daa642879b435d2c6 (patch) | |
tree | dc9fb5b02c71a41f5b00e89ab2e03f10b4b5864a /svl | |
parent | 3c1c1b8885e76a24b961b2fadbecfb536f423293 (diff) |
Fixing "...."
Change-Id: I3424e17cfdfb563fdc5882942031deafae8689fe
Reviewed-on: https://gerrit.libreoffice.org/78678
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/numbers/zforscan.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/numbers/zforscan.hxx b/svl/source/numbers/zforscan.hxx index 0080d1dfeef3..77f8eef513a8 100644 --- a/svl/source/numbers/zforscan.hxx +++ b/svl/source/numbers/zforscan.hxx @@ -190,7 +190,7 @@ private: // Private section sal_uInt16 nResultStringsCnt; // Result symbol count SvNumFormatType eScannedType; // Type according to scan bool bThousand; // With thousands marker - sal_uInt16 nThousand; // Counts .... series + sal_uInt16 nThousand; // Counts ... series sal_uInt16 nCntPre; // Counts digits of integral part sal_uInt16 nCntPost; // Counts digits of fractional part sal_uInt16 nCntExp; // Counts exponent digits AM/PM |