diff options
author | Eike Rathke <er@openoffice.org> | 2001-01-26 16:44:34 +0000 |
---|---|---|
committer | Eike Rathke <er@openoffice.org> | 2001-01-26 16:44:34 +0000 |
commit | 841fe8cd6569d2deaabf360dce8f2ec21de788f8 (patch) | |
tree | ed5d3c2a4971114ac98febdeb07385a0d2a37271 /svtools/source/numbers | |
parent | bd60ae86330194862b0fabcaba123b04df0b21d2 (diff) |
GetFormatSpecialInfo: constness
Diffstat (limited to 'svtools/source/numbers')
-rw-r--r-- | svtools/source/numbers/zformat.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/numbers/zformat.cxx b/svtools/source/numbers/zformat.cxx index 1f821eeca344..26bfb5d2fd7a 100644 --- a/svtools/source/numbers/zformat.cxx +++ b/svtools/source/numbers/zformat.cxx @@ -2,9 +2,9 @@ * * $RCSfile: zformat.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: er $ $Date: 2000-12-12 15:31:43 $ + * last change: $Author: er $ $Date: 2001-01-26 17:44:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -3280,7 +3280,7 @@ BOOL SvNumberformat::ImpNumberFill(String& sStr, // Zahlstring void SvNumberformat::GetFormatSpecialInfo(BOOL& bThousand, BOOL& IsRed, USHORT& nPrecision, - USHORT& nAnzLeading) + USHORT& nAnzLeading) const { const ImpSvNumberformatInfo& rInfo = NumFor[0].Info(); bThousand = rInfo.bThousand; |