diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-02-22 18:00:11 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-02-22 18:00:11 +0200 |
commit | a6ac3caaf9d8030d89094e73e5a3c89b81631899 (patch) | |
tree | 3dad091e681f016a417780c7553cd393f0c04da8 /basic | |
parent | 2d0dab5b150440e1b548ccb64d87883d7c045031 (diff) |
Fix mis-translated German comment
Change-Id: I9c2dbccdc789b58c583e033a8d5627e0a95a95f9
Diffstat (limited to 'basic')
-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 49f56c3ad43a..210e5b24e120 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++; |