Actually, why passive voice?

Change-Id: Ib8723c7ef1f74b7cfb4efa8e13e34953bff7d0da
This commit is contained in:
Tor Lillqvist 2016-02-22 18:08:14 +02:00
parent a6ac3caaf9
commit 4604a60128

View File

@ -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++;