diff options
Diffstat (limited to 'include/svl/zformat.hxx')
-rw-r--r-- | include/svl/zformat.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svl/zformat.hxx b/include/svl/zformat.hxx index d56728b2242d..6fcb24dd7a24 100644 --- a/include/svl/zformat.hxx +++ b/include/svl/zformat.hxx @@ -214,7 +214,7 @@ public: void GetFormatSpecialInfo(bool& bThousand, bool& IsRed, sal_uInt16& nPrecision, - sal_uInt16& nAnzLeading) const; + sal_uInt16& nLeadingCnt) const; /// Get index of subformat (0..3) according to conditions and fNumber value sal_uInt16 GetSubformatIndex( double fNumber ) const; @@ -400,7 +400,7 @@ public: SvNumberformatLimitOps& rOper2, double& rVal2 ) const; Color* GetColor( sal_uInt16 nNumFor ) const; void GetNumForInfo( sal_uInt16 nNumFor, short& rScannedType, - bool& bThousand, sal_uInt16& nPrecision, sal_uInt16& nAnzLeading ) const; + bool& bThousand, sal_uInt16& nPrecision, sal_uInt16& nLeadingCnt ) const; // rAttr.Number not empty if NatNum attributes are to be stored void GetNatNumXml( |