diff options
-rw-r--r-- | svl/source/numbers/zforscan.hxx | 2 |
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 ); |