summaryrefslogtreecommitdiff
path: root/include/svl
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-08-02 14:30:16 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-08-03 08:41:07 +0200
commit0b725f98d64f2413d064e487ca7869ac258e6c4e (patch)
tree1e1c0a4941b678f3e3b7f82d73bf03bef411e5c7 /include/svl
parent14b809550657f9df3a70d533ef54df857d48bc1b (diff)
rename nAnzStrings -> nStringsCnt
Change-Id: I387b702a0bc785a8e9da4e0390067626c5475319 Reviewed-on: https://gerrit.libreoffice.org/40674 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svl')
-rw-r--r--include/svl/zformat.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svl/zformat.hxx b/include/svl/zformat.hxx
index e2767fc83a5f..d56728b2242d 100644
--- a/include/svl/zformat.hxx
+++ b/include/svl/zformat.hxx
@@ -111,7 +111,7 @@ public:
const ImpSvNumberformatInfo& Info() const { return aI; }
// Get count of substrings (symbols)
- sal_uInt16 GetCount() const { return nAnzStrings;}
+ sal_uInt16 GetCount() const { return nStringsCnt;}
Color* GetColor() const { return pColor; }
void SetColor( Color* pCol, OUString const & rName )
@@ -132,7 +132,7 @@ private:
ImpSvNumberformatInfo aI; // helper struct for remaining information
OUString sColorName; // color name
Color* pColor; // pointer to color of subformat
- sal_uInt16 nAnzStrings; // count of symbols
+ sal_uInt16 nStringsCnt; // count of symbols
SvNumberNatNum aNatNum; // DoubleByteNumber
};