diff options
author | Eike Rathke <erack@redhat.com> | 2016-08-15 17:03:16 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-08-15 17:05:32 +0200 |
commit | f23c637fdef9819434c5d33d3d9421fe8fc0ffc2 (patch) | |
tree | 782852ebefefb0bbebed1daf225e1766e1aa67f5 | |
parent | 9545b62ee3b8f8b2c3c0c3ca03009d8690721713 (diff) |
properly move bLCIDInserted=true into the condition
Change-Id: Iaad1b3cb2ee4e7dd293af00eb738cfd66c8b94d6
-rw-r--r-- | svl/source/numbers/zformat.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/numbers/zformat.cxx b/svl/source/numbers/zformat.cxx index 751fa750c5bc..a31754778b21 100644 --- a/svl/source/numbers/zformat.cxx +++ b/svl/source/numbers/zformat.cxx @@ -4809,8 +4809,8 @@ OUString SvNumberformat::GetMappedFormatstring( const NfKeywordTable& rKeywords, aStr.insert( 0, "[$-107041E]" ); // date in Arabic digit, Buddhist era } j = j+2; + bLCIDInserted = true; } - bLCIDInserted = true; break; default: aStr.append( pStr[j] ); |