From 4604a60128a421e2f85b4663ef89f542bc8bdadf Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 22 Feb 2016 18:08:14 +0200 Subject: [PATCH] Actually, why passive voice? Change-Id: Ib8723c7ef1f74b7cfb4efa8e13e34953bff7d0da --- basic/source/sbx/sbxexec.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++;