[Libreoffice-commits] core.git: bin/find-german-comments starmath/source
Thorsten Behrens
thb at documentfoundation.org
Mon Apr 28 02:53:59 PDT 2014
bin/find-german-comments | 2 +-
starmath/source/parse.cxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 4cd629645cdebf30f2e941df6e17f51b50d934f1
Author: Thorsten Behrens <thb at documentfoundation.org>
Date: Mon Apr 28 11:52:50 2014 +0200
Make starmath german-comment-free.
Change-Id: I48b5c6afe861704abe978cb07ecd9df6e39d7b7c
diff --git a/bin/find-german-comments b/bin/find-german-comments
index 3834d63..4910611 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 a05f8a0..a1338e9 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()) )
{
More information about the Libreoffice-commits
mailing list