diff options
author | Eike Rathke <er@openoffice.org> | 2000-10-23 12:19:27 +0000 |
---|---|---|
committer | Eike Rathke <er@openoffice.org> | 2000-10-23 12:19:27 +0000 |
commit | 7680cc2ed0de29af558e1d2628644d4dc30bf2d8 (patch) | |
tree | 389e7c48367277d0b039c17326184066e0eafe8c /svtools/source/numbers | |
parent | 268596f0107a25beb7a1d82dcceec0a4532673a3 (diff) |
ImpGenerateFormats: NF_DATE_DEF_NNDDMMMYY, ZF_STANDARD_DATE+1 was missing
Diffstat (limited to 'svtools/source/numbers')
-rw-r--r-- | svtools/source/numbers/zforlist.cxx | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/svtools/source/numbers/zforlist.cxx b/svtools/source/numbers/zforlist.cxx index e60ee7d73227..3256d20f43fd 100644 --- a/svtools/source/numbers/zforlist.cxx +++ b/svtools/source/numbers/zforlist.cxx @@ -2,9 +2,9 @@ * * $RCSfile: zforlist.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: er $ $Date: 2000-10-22 17:51:09 $ + * last change: $Author: er $ $Date: 2000-10-23 13:19:27 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1645,6 +1645,11 @@ void SvNumberFormatter::ImpGenerateFormats(ULONG CLOffset) ImpInsertFormat( aFormatSeq[nIdx], CLOffset + SetIndexTable( NF_DATE_SYSTEM_SHORT, ZF_STANDARD_DATE )); + // NN DD.MMM YY + nIdx = lcl_SvNumberFormatter_GetFormatCodeIndex( aFormatSeq, NF_DATE_DEF_NNDDMMMYY ); + ImpInsertFormat( aFormatSeq[nIdx], + CLOffset + SetIndexTable( NF_DATE_DEF_NNDDMMMYY, ZF_STANDARD_DATE+1 )); + // DD.MM.YY def/System nIdx = lcl_SvNumberFormatter_GetFormatCodeIndex( aFormatSeq, NF_DATE_SYS_MMYY ); ImpInsertFormat( aFormatSeq[nIdx], |