diff options
author | Eike Rathke <erack@redhat.com> | 2014-11-06 20:10:35 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2014-11-06 21:32:54 +0100 |
commit | ba70da3cded40ccafdde74e061af1d9f3519a84c (patch) | |
tree | 996bc228502652e552b99ae76206790b5bd58af9 /svl/source | |
parent | d8ffda17de60d16db2c24baf4bc3e0fcc210c4a2 (diff) |
remove unnecessary SV_NUMBERFORMATTER_VERSION_NF_DATE_WW
Change-Id: Ia0bee4a370e130a7e6fddd7cc984c31aa9a39a5d
Diffstat (limited to 'svl/source')
-rw-r--r-- | svl/source/numbers/zforlist.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/svl/source/numbers/zforlist.cxx b/svl/source/numbers/zforlist.cxx index 6b645f3be15d..85a4abebef87 100644 --- a/svl/source/numbers/zforlist.cxx +++ b/svl/source/numbers/zforlist.cxx @@ -2479,9 +2479,8 @@ void SvNumberFormatter::ImpGenerateFormats( sal_uInt32 CLOffset, bool bNoAdditio // Week of year must be appended here because of nNewExtended const NfKeywordTable & rKeyword = pFormatScanner->GetKeywords(); aSingleFormatCode.Code = rKeyword[NF_KEY_WW]; - ImpInsertNewStandardFormat( aSingleFormatCode, - CLOffset + SetIndexTable( NF_DATE_WW, nNewExtended++ ), - SV_NUMBERFORMATTER_VERSION_NF_DATE_WW ); + ImpInsertFormat( aSingleFormatCode, + CLOffset + SetIndexTable( NF_DATE_WW, nNewExtended++ )); { osl::MutexGuard aGuard(&theIndexTable.maMtx); |