summaryrefslogtreecommitdiff
path: root/starmath/inc
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2017-03-10 10:37:11 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2017-03-10 08:59:27 +0000
commit657a791349f8cd5b1aa271ac7c75ce5b5b2a859f (patch)
tree23613bd9e340e943ae8a0e9a0f911fb0de4cff62 /starmath/inc
parent0ae45758d1f4235f98c98f22e027ab3298e21b86 (diff)
starmath: Return SmGlyphSpecialNode from DoGlyphSpecial()
instead of pushing it to the stack. This spares some pops. Change-Id: I9fc987ebf851ff6387e347a2878ff01f482d8f7f Reviewed-on: https://gerrit.libreoffice.org/35029 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-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 6804b1a9ec02..5393b3cb4b75 100644
--- a/starmath/inc/parse.hxx
+++ b/starmath/inc/parse.hxx
@@ -89,7 +89,7 @@ class SmParser
void DoStack();
void DoMatrix();
void DoSpecial();
- void DoGlyphSpecial();
+ SmGlyphSpecialNode *DoGlyphSpecial();
// end of grammar
void Error(SmParseError Error);