summaryrefslogtreecommitdiff
path: root/starmath/inc/parse.hxx
diff options
context:
space:
mode:
authordante <dante19031999@gmail.com>2021-02-05 13:39:29 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-02-08 13:58:21 +0100
commit667a84c69140bae1020fa1cc019d310b0d382d14 (patch)
tree0459df0637188055a4c37884615c316b3f3f4d53 /starmath/inc/parse.hxx
parent89d770f9727b9e7eddf933c96771df98082b3efb (diff)
Simplified addition of color palettes
For use of LO based code, won't implement more palettes But will be helpfull for definecolor command Change-Id: Id68b075fb69254a8d5e9c4c0358b3ee3cd99a0c8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110474 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'starmath/inc/parse.hxx')
-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 88024572db82..591db3637714 100644
--- a/starmath/inc/parse.hxx
+++ b/starmath/inc/parse.hxx
@@ -134,7 +134,7 @@ class SmParser
// Moves between tokens inside starmath code.
void NextToken();
- void NextTokenColor(bool dvipload);
+ void NextTokenColor(SmTokenType dvipload);
void NextTokenFontSize();
sal_Int32 GetTokenIndex() const { return m_nTokenIndex; }
void Replace( sal_Int32 nPos, sal_Int32 nLen, const OUString &rText );