summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/stringutil.cxx
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2013-09-05 17:39:16 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-09-10 17:31:15 +0000
commitd2ddff7b355fac5ba7ec93f866ea52f462dbc6fe (patch)
tree69e7f3983c9ed1ed7af7a1af762dd2d2809d3e6a /sc/source/core/tool/stringutil.cxx
parent7dc7d77cd0b142ea3fde93368334d1e4909d94da (diff)
fdo#62475 removed pointless comments
Conflicts: sc/source/core/tool/interpr1.cxx sc/source/core/tool/interpr4.cxx sc/source/core/tool/token.cxx Change-Id: I507d747b6c087d089203f7bce6be836da28fc537 Reviewed-on: https://gerrit.libreoffice.org/5824 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'sc/source/core/tool/stringutil.cxx')
-rw-r--r--sc/source/core/tool/stringutil.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/core/tool/stringutil.cxx b/sc/source/core/tool/stringutil.cxx
index fcaae9d6d5a1..2a65642a990f 100644
--- a/sc/source/core/tool/stringutil.cxx
+++ b/sc/source/core/tool/stringutil.cxx
@@ -45,8 +45,6 @@ void ScSetStringParam::setNumericInput()
meSetTextNumFormat = Never;
}
-// ============================================================================-
-
bool ScStringUtil::parseSimpleNumber(
const OUString& rStr, sal_Unicode dsep, sal_Unicode gsep, double& rVal)
{