summaryrefslogtreecommitdiff
path: root/starmath/inc/parse5.hxx
diff options
context:
space:
mode:
authordante <dante19031999@gmail.com>2021-03-14 19:11:58 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-03-18 09:48:25 +0100
commitb3b1936ecdf5396892849d0e90d94324fad609ac (patch)
treeacbe9bdafb33cce48e3fb966ae08e12756ae2e7c /starmath/inc/parse5.hxx
parentc9e5640c8fcad7beb42a66f9bee0252eee9fe323 (diff)
Use ESelection to locate code on node instead of SmToken
Will allow to use different input sources besides starmath code. Also, for adopting mathml standar the purpose is to make smnodes separate from the starmath code. Change-Id: Iefab5943cf59a8d2e31f5d59406c253fbe680ead Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112477 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'starmath/inc/parse5.hxx')
-rw-r--r--starmath/inc/parse5.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/starmath/inc/parse5.hxx b/starmath/inc/parse5.hxx
index 1d312351fb36..bfc09a139e5a 100644
--- a/starmath/inc/parse5.hxx
+++ b/starmath/inc/parse5.hxx
@@ -29,6 +29,7 @@ class SmParser5 : public AbstractSmParser
{
OUString m_aBufferString;
SmToken m_aCurToken;
+ ESelection m_aCurESelection;
std::vector<SmErrorDesc> m_aErrDescList;
int m_nCurError;
sal_Int32 m_nBufferIndex, m_nTokenIndex;