summaryrefslogtreecommitdiff
path: root/starmath/inc
diff options
context:
space:
mode:
authorFrédéric Wang <fred.wang@free.fr>2013-06-24 23:14:42 +0200
committerFridrich Strba <fridrich@documentfoundation.org>2013-06-28 09:52:08 +0000
commit16a0d06f900027401716ddaba25e5c8998562b2d (patch)
treeb175de21dc8c5a46324846529ee2cc9016e12c6b /starmath/inc
parent2ca754cba469533b1ed160b2fadbbe035cf1db34 (diff)
fdo#55853 - improve parsing of concatenated numbers and identifiers.
Change-Id: Ic1cce4cec27f4ca5c3be1daf50888bef788cd6f7 Reviewed-on: https://gerrit.libreoffice.org/4494 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Diffstat (limited to 'starmath/inc')
-rw-r--r--starmath/inc/parse.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/inc/parse.hxx b/starmath/inc/parse.hxx
index a1bd731befb9..163009904136 100644
--- a/starmath/inc/parse.hxx
+++ b/starmath/inc/parse.hxx
@@ -228,7 +228,7 @@ protected:
void OpSubSup();
void Power();
void Blank();
- void Term();
+ void Term(bool bGroupNumberIdent);
void Escape();
void Operator();
void Oper();