Kaydet (Commit) ef7b63ba authored tarafından Michael Stahl's avatar Michael Stahl

svl: remove misleading comment obsoleted by 18fa868f

Change-Id: Ib598a77cef98376089620b8f06fa34cfbf9a7a02
üst 1f8710fd
...@@ -237,8 +237,6 @@ private: // Private section ...@@ -237,8 +237,6 @@ private: // Private section
static inline bool StringEqualsChar( const OUString& rStr, sal_Unicode ch ) static inline bool StringEqualsChar( const OUString& rStr, sal_Unicode ch )
{ return rStr.getLength() == 1 && rStr[0] == 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 // remove "..." and \... quotes from rStr, return how many chars removed
static sal_Int32 RemoveQuotes( OUString& rStr ); static sal_Int32 RemoveQuotes( OUString& rStr );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment