diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-02-22 18:08:14 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-02-22 18:08:14 +0200 |
commit | 4604a60128a421e2f85b4663ef89f542bc8bdadf (patch) | |
tree | 87baef84967b8b5e35f49b2e15d631e72788e149 /basic | |
parent | a6ac3caaf9d8030d89094e73e5a3c89b81631899 (diff) |
Actually, why passive voice?
Change-Id: Ib8723c7ef1f74b7cfb4efa8e13e34953bff7d0da
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/sbx/sbxexec.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/sbx/sbxexec.cxx b/basic/source/sbx/sbxexec.cxx index 210e5b24e120..99f4d9cbb4ca 100644 --- a/basic/source/sbx/sbxexec.cxx +++ b/basic/source/sbx/sbxexec.cxx @@ -67,7 +67,7 @@ static const sal_Unicode* Symbol( const sal_Unicode* p, OUString& rSym ) p++; nLen++; } - // Standard BASIC suffixes are ignored + // Ignore standard BASIC suffixes if( *p && (*p == '%' || *p == '&' || *p == '!' || *p == '#' || *p == '$' ) ) { p++; |