diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-05-16 11:54:52 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-05-18 13:00:38 +0200 |
commit | 9fa32e5dce345dea17129587c401c03520fb398b (patch) | |
tree | e33696647bcce308420d45b4d25246201f0a27a5 /include/sfx2/new.hxx | |
parent | a0c15b39cb30736e04564420f55c50fefb51e41a (diff) |
loplugin:unusedfields in sfx2
and fix leak of HelpListener_Impl in SfxHelpWindow_Impl
Change-Id: I7450be10c8deaf63b7c7f1f4359b4eaf0083bdd4
Reviewed-on: https://gerrit.libreoffice.org/54451
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2/new.hxx')
-rw-r--r-- | include/sfx2/new.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sfx2/new.hxx b/include/sfx2/new.hxx index e7c355db1341..4eb1fa8d48c3 100644 --- a/include/sfx2/new.hxx +++ b/include/sfx2/new.hxx @@ -69,7 +69,6 @@ private: std::unique_ptr<SfxPreviewWin_Impl> m_xPreviewWin; std::unique_ptr<weld::Label> m_xAltTitleFt; Idle m_aPrevIdle; - OUString m_sLoadTemplate; SfxNewFileDialogMode m_nFlags; SfxDocumentTemplates m_aTemplates; |