diff options
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/numbers/zforscan.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/numbers/zforscan.cxx b/svl/source/numbers/zforscan.cxx index 3f1712ff0fb5..bf408885a319 100644 --- a/svl/source/numbers/zforscan.cxx +++ b/svl/source/numbers/zforscan.cxx @@ -112,7 +112,7 @@ bool ImpSvNumberformatScan::bStandardColorNeedInitialization = true; // This vector will hold *only* the color names in German language. ::std::vector<OUString> ImpSvNumberformatScan::sGermanColorNames; -const OUString ImpSvNumberformatScan::sErrStr = "###"; +const OUString ImpSvNumberformatScan::sErrStr = "#FMT"; ImpSvNumberformatScan::ImpSvNumberformatScan( SvNumberFormatter* pFormatterP ) : maNullDate( 30, 12, 1899) |