Kaydet (Commit) e96c6621 authored tarafından Eike Rathke's avatar Eike Rathke

use proper case "General" keyword

... Excel doesn't seem to care though.

Change-Id: I3697a808d8fee2417f0b0e03dba2b94ceea133dd
(cherry picked from commit ea1db935)
üst 9b59abdb
......@@ -779,6 +779,8 @@ void SvNumberFormatter::FillKeywordTableForExcel( NfKeywordTable& rKeywords )
{
FillKeywordTable( rKeywords, LANGUAGE_ENGLISH_US );
// Replace upper case "GENERAL" with proper case "General".
rKeywords[ NF_KEY_GENERAL ] = GetStandardName( LANGUAGE_ENGLISH_US );
// Remap codes unknown to Excel.
rKeywords[ NF_KEY_NN ] = "DDD";
rKeywords[ NF_KEY_NNN ] = "DDDD";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment