summaryrefslogtreecommitdiff
path: root/starmath/inc
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2017-03-13 17:38:38 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2017-03-14 04:21:03 +0000
commit4c4b2d98b22a7b0559ba822e998792a2185142b0 (patch)
tree86813ad78ad64e4cc2d507db6256ab9ecf2e97d3 /starmath/inc
parent951fcc6556346e19a028443c70dea27d0cbc9c36 (diff)
starmath: Return SmBracebodyNode from DoBracebody()
to skip a push to the stack immediately followed by a pop. Change-Id: I97eb48db2521d640acec4d8080cceb56561eb901 Reviewed-on: https://gerrit.libreoffice.org/35129 Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp> Tested-by: Takeshi Abe <tabe@fixedpoint.jp>
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 5393b3cb4b75..d4022137c2e9 100644
--- a/starmath/inc/parse.hxx
+++ b/starmath/inc/parse.hxx
@@ -83,7 +83,7 @@ class SmParser
void DoFontSize();
void DoColor();
void DoBrace();
- void DoBracebody(bool bIsLeftRight);
+ SmBracebodyNode *DoBracebody(bool bIsLeftRight);
void DoFunction();
void DoBinom();
void DoStack();