summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorNoel <noelgrandin@gmail.com>2020-11-12 11:40:53 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-11-12 17:31:07 +0100
commit7e526e425eb2b8061e3ab46e38f9fe2f76c17695 (patch)
treeeb12ba4e0401c50d4aa5c88208f7786d2ab2c567 /starmath
parentd9f0e8db9aa9e914e22f07c046c74f0c83c6e81a (diff)
loplugin:unusedfields
Change-Id: Id4b36c3f7c4fa2b28a8deae95c125911f51334b0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105630 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/mathmlimport.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/starmath/source/mathmlimport.hxx b/starmath/source/mathmlimport.hxx
index 2ebaddee9ab7..c57219fd0d8a 100644
--- a/starmath/source/mathmlimport.hxx
+++ b/starmath/source/mathmlimport.hxx
@@ -66,8 +66,6 @@ public:
class SmXMLImport : public SvXMLImport
{
- std::unique_ptr<SvXMLTokenMap> pColorTokenMap;
-
SmNodeStack aNodeStack;
bool bSuccess;
int nParseDepth;