diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-21 10:36:23 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-21 13:27:58 +0200 |
commit | c0ce1ec3736be861a2ed58827fadb25269ab0117 (patch) | |
tree | f294165ac148084d8584105ecee19ddf57b51dfb /starmath | |
parent | 1abdeff9de5d9257464048bcdf50a6d6fd926c0b (diff) |
loplugin:unusedfields in sfx2 part1
and fix a memory leak in NotebookbarTabControl where it was not freeing
it's m_pListener field
Change-Id: Ib9970c9084982d532fa38d1bc3c44180ab2c3c39
Reviewed-on: https://gerrit.libreoffice.org/39036
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/qa/extras/mmlimport-test.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/starmath/qa/extras/mmlimport-test.cxx b/starmath/qa/extras/mmlimport-test.cxx index 430209a1d383..26f553bd8d04 100644 --- a/starmath/qa/extras/mmlimport-test.cxx +++ b/starmath/qa/extras/mmlimport-test.cxx @@ -59,7 +59,6 @@ private: SfxFilterFlags::IMPORT | SfxFilterFlags::EXPORT | SfxFilterFlags::TEMPLATE, SotClipboardFormatId::STARCALC_8, "MathML 2.0", - 0, OUString(), OUString(), "private:factory/smath*")); |