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

New commits:
commit 4604a60128a421e2f85b4663ef89f542bc8bdadf
Author: Tor Lillqvist <t...@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++;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to