summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2014-11-06 20:10:35 +0100
committerEike Rathke <erack@redhat.com>2014-11-06 21:32:54 +0100
commitba70da3cded40ccafdde74e061af1d9f3519a84c (patch)
tree996bc228502652e552b99ae76206790b5bd58af9 /svl
parentd8ffda17de60d16db2c24baf4bc3e0fcc210c4a2 (diff)
remove unnecessary SV_NUMBERFORMATTER_VERSION_NF_DATE_WW
Change-Id: Ia0bee4a370e130a7e6fddd7cc984c31aa9a39a5d
Diffstat (limited to 'svl')
-rw-r--r--svl/source/numbers/zforlist.cxx5
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);