summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/stringutil.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/tool/stringutil.cxx')
-rw-r--r--sc/source/core/tool/stringutil.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/core/tool/stringutil.cxx b/sc/source/core/tool/stringutil.cxx
index 158b54f1a3d5..4b454809d1c2 100644
--- a/sc/source/core/tool/stringutil.cxx
+++ b/sc/source/core/tool/stringutil.cxx
@@ -511,8 +511,8 @@ ScInputStringType ScStringUtil::parseInputString(
else if (!rStr.isEmpty())
aRet.meType = ScInputStringType::Text;
- // das (englische) Zahlformat wird nicht gesetzt
- //! passendes lokales Format suchen und setzen???
+ // the (English) number format is not set
+ //TODO: find and replace with matching local format???
}
return aRet;