diff options
author | Noel <noelgrandin@gmail.com> | 2020-11-12 11:40:53 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-11-12 17:31:07 +0100 |
commit | 7e526e425eb2b8061e3ab46e38f9fe2f76c17695 (patch) | |
tree | eb12ba4e0401c50d4aa5c88208f7786d2ab2c567 /starmath | |
parent | d9f0e8db9aa9e914e22f07c046c74f0c83c6e81a (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.hxx | 2 |
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; |