diff options
author | Eike Rathke <erack@redhat.com> | 2014-11-06 20:12:05 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2014-11-06 21:32:55 +0100 |
commit | d80ac9e703603088834a016d0d3cd22188da56e3 (patch) | |
tree | c42ca5a8ff32a5bee51c59d8671d921055badb32 /svl | |
parent | ba70da3cded40ccafdde74e061af1d9f3519a84c (diff) |
remove unnecessary SV_NUMBERFORMATTER_VERSION_NF_TIME_HH_MMSS00
Change-Id: Ia6e9594654f89cadaedc19e7c3bddc1083cf9347
Diffstat (limited to 'svl')
-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 85a4abebef87..0642886c60ab 100644 --- a/svl/source/numbers/zforlist.cxx +++ b/svl/source/numbers/zforlist.cxx @@ -2411,9 +2411,8 @@ void SvNumberFormatter::ImpGenerateFormats( sal_uInt32 CLOffset, bool bNoAdditio // [HH]:MM:SS,00 nIdx = ImpGetFormatCodeIndex( aFormatSeq, NF_TIME_HH_MMSS00 ); - ImpInsertNewStandardFormat( aFormatSeq[nIdx], - CLOffset + SetIndexTable( NF_TIME_HH_MMSS00, ZF_STANDARD_TIME+6 ), - SV_NUMBERFORMATTER_VERSION_NF_TIME_HH_MMSS00 ); + ImpInsertFormat( aFormatSeq[nIdx], + CLOffset + SetIndexTable( NF_TIME_HH_MMSS00, ZF_STANDARD_TIME+6 )); |