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

Tor Lillqvist tml at collabora.com
Mon Feb 22 16:00:54 UTC 2016


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

New commits:
commit a6ac3caaf9d8030d89094e73e5a3c89b81631899
Author: Tor Lillqvist <tml at collabora.com>
Date:   Mon Feb 22 18:00:11 2016 +0200

    Fix mis-translated German comment
    
    Change-Id: I9c2dbccdc789b58c583e033a8d5627e0a95a95f9

diff --git a/basic/source/sbx/sbxexec.cxx b/basic/source/sbx/sbxexec.cxx
index 49f56c3..210e5b2 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++;
             }
-            // BASIC-Standard-Suffixes were ignored
+            // Standard BASIC suffixes are ignored
             if( *p && (*p == '%' || *p == '&' || *p == '!' || *p == '#' || *p == '$' ) )
             {
                 p++;


More information about the Libreoffice-commits mailing list