summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorThorsten Behrens <thb@documentfoundation.org>2014-04-28 11:52:50 +0200
committerThorsten Behrens <thb@documentfoundation.org>2014-04-28 11:53:22 +0200
commit4cd629645cdebf30f2e941df6e17f51b50d934f1 (patch)
tree06b2c445e894f75241d2574085bbc3277ddafff9 /starmath
parenta211c754003f98bc8f7761224a0b265bd224f61f (diff)
Make starmath german-comment-free.
Change-Id: I48b5c6afe861704abe978cb07ecd9df6e39d7b7c
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/parse.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/parse.cxx b/starmath/source/parse.cxx
index a05f8a052405..a1338e97c389 100644
--- a/starmath/source/parse.cxx
+++ b/starmath/source/parse.cxx
@@ -1295,7 +1295,7 @@ void SmParser::Blank()
NextToken();
}
- // Blanks am Zeilenende ignorieren wenn die entsprechende Option gesetzt ist
+ // Ignore trailing spaces, if corresponding option is set
if ( m_aCurToken.eType == TNEWLINE ||
(m_aCurToken.eType == TEND && SM_MOD()->GetConfig()->IsIgnoreSpacesRight()) )
{