[Libreoffice-commits] core.git: svl/source
Eike Rathke
erack at redhat.com
Mon Aug 15 15:05:54 UTC 2016
svl/source/numbers/zformat.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f23c637fdef9819434c5d33d3d9421fe8fc0ffc2
Author: Eike Rathke <erack at redhat.com>
Date: Mon Aug 15 17:03:16 2016 +0200
properly move bLCIDInserted=true into the condition
Change-Id: Iaad1b3cb2ee4e7dd293af00eb738cfd66c8b94d6
diff --git a/svl/source/numbers/zformat.cxx b/svl/source/numbers/zformat.cxx
index 751fa75..a317547 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] );
More information about the Libreoffice-commits
mailing list