From 4cd629645cdebf30f2e941df6e17f51b50d934f1 Mon Sep 17 00:00:00 2001 From: Thorsten Behrens Date: Mon, 28 Apr 2014 11:52:50 +0200 Subject: [PATCH] Make starmath german-comment-free. Change-Id: I48b5c6afe861704abe978cb07ecd9df6e39d7b7c --- bin/find-german-comments | 2 +- starmath/source/parse.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/find-german-comments b/bin/find-german-comments index 3834d631e9f1..49106119f3b7 100755 --- a/bin/find-german-comments +++ b/bin/find-german-comments @@ -310,7 +310,7 @@ class Parser: "smoketest" : 1, "solenv" : 1, "soltools" : 1, - "starmath" : 0, # - 1 line ! + "starmath" : 1, "stoc" : 0, # "store" : 1, "svgio" : 1, 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()) ) {