summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorMohamed Sameh <mohamedsamehkhalil@gmail.com>2020-02-15 10:58:27 -0500
committerMike Kaganski <mike.kaganski@collabora.com>2020-02-16 08:41:26 +0100
commit9414882dc22899a3fe0e13294a1b68885f055538 (patch)
treeba3db69abf925e010ecf3be66058745c3ded9d07 /svl
parentc3fe53bd456e7e4ee7ea6ce22d653987ca510254 (diff)
tdf#129878: replace error string for number format errors in Calc
Change-Id: I9a7c98b656c1f9270de5b13f7022d5930a665a4b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88760 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'svl')
-rw-r--r--svl/source/numbers/zforscan.cxx2
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)