summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-09-12 14:40:03 +0200
committerMichael Stahl <mstahl@redhat.com>2014-09-12 18:38:37 +0200
commitef7b63ba359e222eecad03fd5f15b79af2f0ac02 (patch)
tree45b9d4ee1b4004cb166b5c1e8b3d5af506eed609 /svl
parent1f8710fd9bef46d0648ab0379f02d7cb3c344954 (diff)
svl: remove misleading comment obsoleted by 18fa868f
Change-Id: Ib598a77cef98376089620b8f06fa34cfbf9a7a02
Diffstat (limited to 'svl')
-rw-r--r--svl/source/numbers/zforscan.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/svl/source/numbers/zforscan.hxx b/svl/source/numbers/zforscan.hxx
index a8492f0a39b4..03d5efa5db33 100644
--- a/svl/source/numbers/zforscan.hxx
+++ b/svl/source/numbers/zforscan.hxx
@@ -237,8 +237,6 @@ private: // Private section
static inline bool StringEqualsChar( const OUString& rStr, sal_Unicode ch )
{ return rStr.getLength() == 1 && rStr[0] == ch; }
- // Yes, for efficiency get the character first and then compare length
- // because in most places where this is used the string is one char.
// remove "..." and \... quotes from rStr, return how many chars removed
static sal_Int32 RemoveQuotes( OUString& rStr );