diff options
author | Eike Rathke <er@openoffice.org> | 2002-07-26 11:39:52 +0000 |
---|---|---|
committer | Eike Rathke <er@openoffice.org> | 2002-07-26 11:39:52 +0000 |
commit | 128f0920f8ad1176bffdd39774a15f6ef238756a (patch) | |
tree | 3700192a6513ab7100c621a9e20d3799d1694351 /unotools/inc | |
parent | 3a36dc3be1cde4b69f16393fdea20e732b10e082 (diff) |
#95804# localized quarter abbreviation
Diffstat (limited to 'unotools/inc')
-rw-r--r-- | unotools/inc/unotools/localedatawrapper.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/unotools/inc/unotools/localedatawrapper.hxx b/unotools/inc/unotools/localedatawrapper.hxx index 55b0b8b8e640..8aae896aa342 100644 --- a/unotools/inc/unotools/localedatawrapper.hxx +++ b/unotools/inc/unotools/localedatawrapper.hxx @@ -2,9 +2,9 @@ * * $RCSfile: localedatawrapper.hxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: er $ $Date: 2001-11-23 19:31:49 $ + * last change: $Author: er $ $Date: 2002-07-26 12:39:52 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -334,6 +334,8 @@ public: { return getOneReservedWord( ::com::sun::star::i18n::reservedWords::ABOVE_WORD ); } inline const String& getBelowWord() const { return getOneReservedWord( ::com::sun::star::i18n::reservedWords::BELOW_WORD ); } + inline const String& getQuarterAbbreviation() const + { return getOneReservedWord( ::com::sun::star::i18n::reservedWords::QUARTER_ABBREVIATION ); } #ifndef PRODUCT ByteString& AppendLocaleInfo( ByteString& rDebugMsg ) const; |