diff options
Diffstat (limited to 'starmath/inc/parse.hxx')
-rw-r--r-- | starmath/inc/parse.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/inc/parse.hxx b/starmath/inc/parse.hxx index 3ebeb2c1e2ee..2c8e9b2ea0d9 100644 --- a/starmath/inc/parse.hxx +++ b/starmath/inc/parse.hxx @@ -59,7 +59,7 @@ class SmParser inline bool TokenInGroup( TG nGroup ); // grammar - void DoTable(); + SmTableNode *DoTable(); void DoLine(); void DoExpression(); void DoRelation(); @@ -99,7 +99,7 @@ public: SmParser(); /** Parse rBuffer to formula tree */ - SmNode *Parse(const OUString &rBuffer); + SmTableNode *Parse(const OUString &rBuffer); /** Parse rBuffer to formula subtree that constitutes an expression */ SmNode *ParseExpression(const OUString &rBuffer); |