From 841fe8cd6569d2deaabf360dce8f2ec21de788f8 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Fri, 26 Jan 2001 16:44:34 +0000 Subject: GetFormatSpecialInfo: constness --- svtools/source/numbers/zformat.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'svtools/source/numbers') 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; -- cgit