diff options
author | Eike Rathke <er@openoffice.org> | 2001-11-23 18:31:49 +0000 |
---|---|---|
committer | Eike Rathke <er@openoffice.org> | 2001-11-23 18:31:49 +0000 |
commit | 7f3dc61458234241f28ab2740e9261acd1354855 (patch) | |
tree | e3f61eb671c2005790dc42b6c991861af0e8664c /unotools | |
parent | c5def7dc0d1b717cf568d8615fdf946c639669f2 (diff) |
#94368# get rid of class International
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/inc/unotools/localedatawrapper.hxx | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/unotools/inc/unotools/localedatawrapper.hxx b/unotools/inc/unotools/localedatawrapper.hxx index 51184d8974cd..55b0b8b8e640 100644 --- a/unotools/inc/unotools/localedatawrapper.hxx +++ b/unotools/inc/unotools/localedatawrapper.hxx @@ -2,9 +2,9 @@ * * $RCSfile: localedatawrapper.hxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: er $ $Date: 2001-07-09 17:49:31 $ + * last change: $Author: er $ $Date: 2001-11-23 19:31:49 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -314,6 +314,11 @@ public: { return cCurrZeroChar; } inline BOOL isNumLeadingZero() const { return TRUE; } + /// standard decimal places + inline USHORT getNumDigits() const + { return 2; } + inline BOOL isNumTrailingZeros() const + { return TRUE; } // reserved words |