summaryrefslogtreecommitdiff
path: root/unotools/inc
diff options
context:
space:
mode:
authorEike Rathke <er@openoffice.org>2001-07-09 16:49:31 +0000
committerEike Rathke <er@openoffice.org>2001-07-09 16:49:31 +0000
commit8ea37e156d3f34a13ccc1ca8759b426f73a8c348 (patch)
treeaf7195ff59bad3caf09a4d9ebd143ec8e1af889b /unotools/inc
parenteb06beea0835d913421beb3f1fde18ae21468e87 (diff)
#87799# getNum: description
Diffstat (limited to 'unotools/inc')
-rw-r--r--unotools/inc/unotools/localedatawrapper.hxx13
1 files changed, 7 insertions, 6 deletions
diff --git a/unotools/inc/unotools/localedatawrapper.hxx b/unotools/inc/unotools/localedatawrapper.hxx
index 12e033cc6e59..51184d8974cd 100644
--- a/unotools/inc/unotools/localedatawrapper.hxx
+++ b/unotools/inc/unotools/localedatawrapper.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: localedatawrapper.hxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: er $ $Date: 2001-07-09 17:26:44 $
+ * last change: $Author: er $ $Date: 2001-07-09 17:49:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -277,12 +277,13 @@ public:
) const;
#if SUPD >= 638
- /** Simple number formatting, nNumber is
- value * 10**nDecimals
+ /** Simple number formatting
+ @param nNumber
+ value * 10**nDecimals
@param bTrailingZeros
- </TRUE> := always display trailing zeros in
+ </TRUE> := always display trailing zeros in
decimal places, even if integer value.
- </FALSE := trailing zeros are only displayed
+ </FALSE> := trailing zeros are only displayed
if the value is not an integer value.
*/
String getNum( long nNumber, USHORT nDecimals,