diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-03-12 16:51:39 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-03-13 07:19:41 +0100 |
commit | 4ab53b40329e9cf2a50dfb90bb559ace309b7263 (patch) | |
tree | 00cd474efea57fd558dbbabf42d272f9acc39859 /include/svl | |
parent | 5f46d5e8d6fed12301174c456b09d37787fcc1de (diff) |
translate some german var names
Anz -> Count
Change-Id: I26f85cee2dff12377dbf0b21f8ad7b98d15b95c3
Reviewed-on: https://gerrit.libreoffice.org/69103
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svl')
-rw-r--r-- | include/svl/zformat.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svl/zformat.hxx b/include/svl/zformat.hxx index a9434979a1f8..55a3d3c6f76c 100644 --- a/include/svl/zformat.hxx +++ b/include/svl/zformat.hxx @@ -57,7 +57,7 @@ struct ImpSvNumberformatInfo // Struct for FormatInfo SvNumFormatType eScannedType; // Type determined by scan bool bThousand; // Has group (AKA thousand) separator - void Copy( const ImpSvNumberformatInfo& rNumFor, sal_uInt16 nAnz ); + void Copy( const ImpSvNumberformatInfo& rNumFor, sal_uInt16 nCount ); }; // NativeNumber, represent numbers using CJK or other digits if nNum>0, @@ -103,7 +103,7 @@ public: ImpSvNumFor(); // Ctor without filling the Info ~ImpSvNumFor(); - void Enlarge(sal_uInt16 nAnz); // Init of arrays to the right size + void Enlarge(sal_uInt16 nCount); // Init of arrays to the right size // if pSc is set, it is used to get the Color pointer void Copy( const ImpSvNumFor& rNumFor, ImpSvNumberformatScan* pSc ); @@ -310,7 +310,7 @@ public: // First try a simple approach. Note that this is called only // if all MidStrings did match so far, to verify that all // strings of the format were matched and not just the starting - // sequence, so we don't have to check if GetnAnz() includes + // sequence, so we don't have to check if GetCount() includes // [modifiers] or anything else if both counts are equal. sal_uInt16 nCnt = NumFor[nNumFor].GetCount(); if ( nAllCount == nCnt ) |