diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-06-15 12:17:57 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-06-16 10:59:53 +0000 |
commit | 9b7e1bf43dcb25acabc15fb2bfb30e2a1dd249df (patch) | |
tree | 633f51fcef822ad4cf4b00688dcfa66e962c6d1d /svl | |
parent | 6149c5c8352d1e5c45568b5551539175f5305d4d (diff) |
Fix typos
Change-Id: Ieaf67cf597e05dbae5affa153af907fda4462a41
Reviewed-on: https://gerrit.libreoffice.org/16295
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/numbers/zforfind.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/numbers/zforfind.hxx b/svl/source/numbers/zforfind.hxx index 3e34b50b9a0a..43787391ced6 100644 --- a/svl/source/numbers/zforfind.hxx +++ b/svl/source/numbers/zforfind.hxx @@ -115,7 +115,7 @@ private: short nAmPm; // +1 AM, -1 PM, 0 if none short nLogical; // -1 => False, 1 => True sal_uInt16 nThousand; // Count of group (AKA thousand) separators - sal_uInt16 nPosThousandString; // Position of concatenaded 000,000,000 string + sal_uInt16 nPosThousandString; // Position of concatenated 000,000,000 string short eScannedType; // Scanned type short eSetType; // Preset Type |