[Libreoffice-commits] core.git: basic/source

Tor Lillqvist tml at collabora.com
Mon Feb 22 16:08:48 UTC 2016


 basic/source/sbx/sbxexec.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4604a60128a421e2f85b4663ef89f542bc8bdadf
Author: Tor Lillqvist <tml at collabora.com>
Date:   Mon Feb 22 18:08:14 2016 +0200

    Actually, why passive voice?
    
    Change-Id: Ib8723c7ef1f74b7cfb4efa8e13e34953bff7d0da

diff --git a/basic/source/sbx/sbxexec.cxx b/basic/source/sbx/sbxexec.cxx
index 210e5b2..99f4d9c 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++;


More information about the Libreoffice-commits mailing list