properly move bLCIDInserted=true into the condition

Change-Id: Iaad1b3cb2ee4e7dd293af00eb738cfd66c8b94d6
This commit is contained in:
Eike Rathke
2016-08-15 17:03:16 +02:00
parent 9545b62ee3
commit f23c637fde

View File

@@ -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] );