diff options
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/style/xmlnumfe.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/style/xmlnumfe.cxx b/xmloff/source/style/xmlnumfe.cxx index 7001328ab196..ebfd65d3cb54 100644 --- a/xmloff/source/style/xmlnumfe.cxx +++ b/xmloff/source/style/xmlnumfe.cxx @@ -1973,7 +1973,7 @@ sal_uInt32 SvXMLNumFmtExport::ForceSystemLanguage( sal_uInt32 nKey ) pFormatter->PutandConvertEntry( aFormatString, nErrorPos, nType, nNewKey, - pFormat->GetLanguage(), LANGUAGE_SYSTEM ); + pFormat->GetLanguage(), LANGUAGE_SYSTEM, true); // success? Then use new key. if( nErrorPos == 0 ) |