Kaydet (Commit) 4604a601 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Actually, why passive voice?

Change-Id: Ib8723c7ef1f74b7cfb4efa8e13e34953bff7d0da
üst a6ac3caa
...@@ -67,7 +67,7 @@ static const sal_Unicode* Symbol( const sal_Unicode* p, OUString& rSym ) ...@@ -67,7 +67,7 @@ static const sal_Unicode* Symbol( const sal_Unicode* p, OUString& rSym )
p++; p++;
nLen++; nLen++;
} }
// Standard BASIC suffixes are ignored // Ignore standard BASIC suffixes
if( *p && (*p == '%' || *p == '&' || *p == '!' || *p == '#' || *p == '$' ) ) if( *p && (*p == '%' || *p == '&' || *p == '!' || *p == '#' || *p == '$' ) )
{ {
p++; p++;
......
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