summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-02-22 18:08:14 +0200
committerTor Lillqvist <tml@collabora.com>2016-02-22 18:08:14 +0200
commit4604a60128a421e2f85b4663ef89f542bc8bdadf (patch)
tree87baef84967b8b5e35f49b2e15d631e72788e149
parenta6ac3caaf9d8030d89094e73e5a3c89b81631899 (diff)
Actually, why passive voice?
Change-Id: Ib8723c7ef1f74b7cfb4efa8e13e34953bff7d0da
-rw-r--r--basic/source/sbx/sbxexec.cxx2
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++;