diff options
author | dante <dante19031999@gmail.com> | 2021-02-27 18:36:52 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-02-27 20:36:49 +0100 |
commit | f89e85fdddd8bbccfa72ba9b4ad2ca31a8debcee (patch) | |
tree | f7053ab8fea455398ac26696d1e845e5d9ce5332 /starmath/inc | |
parent | e9bae566f43dd6f26c2c4b7d84a449b7b01265dc (diff) |
Introduce the abstractsmparser getter methods
Change-Id: Id8dee76aa7dfa7355f79fab9afb9471b2ec4575c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111686
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'starmath/inc')
-rw-r--r-- | starmath/inc/parse.hxx | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/starmath/inc/parse.hxx b/starmath/inc/parse.hxx index d033faa2bf06..9896eaa871fb 100644 --- a/starmath/inc/parse.hxx +++ b/starmath/inc/parse.hxx @@ -26,6 +26,15 @@ #include "parse5.hxx" +namespace starmathdatabase +{ + +AbstractSmParser* GetDefaultSmParser(); + +AbstractSmParser* GetVersionSmParser(sal_uInt16 nVersion); + +} + #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |