diff options
author | dante <dante19031999@gmail.com> | 2021-02-19 20:52:30 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-02-24 09:19:05 +0100 |
commit | 1d529ad0bd59cbbf029e45a715db5db87541d5c1 (patch) | |
tree | a1487a5f67e02d49f3b4fdce05b568b82b7ae71b /starmath/Library_sm.mk | |
parent | 7cb59a86d45d06836723c93b063060f27f9669c6 (diff) |
Starmath now allows multiple parsers second part
Uses AbstractSmParser as base for SmParser
Renames parse._xx as parse5._xx
rename of parse._xx is not recognized, so clang-formated
New parse.hxx as a future mean to get the parser.
Change-Id: I122c1fda0144a24316948fcc125e60ed1a130bcb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111243
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'starmath/Library_sm.mk')
-rw-r--r-- | starmath/Library_sm.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/Library_sm.mk b/starmath/Library_sm.mk index 1ccbf48896f7..77fd47d1bfed 100644 --- a/starmath/Library_sm.mk +++ b/starmath/Library_sm.mk @@ -80,7 +80,7 @@ $(eval $(call gb_Library_add_exception_objects,sm,\ starmath/source/ooxmlexport \ starmath/source/ooxmlimport \ starmath/source/rtfexport \ - starmath/source/parse \ + starmath/source/parse5 \ starmath/source/rect \ starmath/source/scrwin \ starmath/source/smdll \ |