diff options
Diffstat (limited to 'basic/source/sbx/sbxexec.cxx')
-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++; |