From ef7b63ba359e222eecad03fd5f15b79af2f0ac02 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Fri, 12 Sep 2014 14:40:03 +0200 Subject: svl: remove misleading comment obsoleted by 18fa868f Change-Id: Ib598a77cef98376089620b8f06fa34cfbf9a7a02 --- svl/source/numbers/zforscan.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'svl/source') 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 ); -- cgit