summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-05-24 13:01:07 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-05-24 14:20:37 +0200
commita68c96f63be186a3319b8266318e21c9b9f73b9c (patch)
treeb33b16ceacd74a2479ef26639c4bf9d238c2aea0 /include
parent004ddb8fdb7baca7cd2e43ebd21bc7c957f35895 (diff)
fix leak in SfxTabDialogController
Change-Id: I98a459d0b6173d367bbe596bcbf25501612ff032 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116051 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/tabdlg.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sfx2/tabdlg.hxx b/include/sfx2/tabdlg.hxx
index 6053d22496bb..e6aee128f4bf 100644
--- a/include/sfx2/tabdlg.hxx
+++ b/include/sfx2/tabdlg.hxx
@@ -78,6 +78,7 @@ private:
std::unique_ptr<sal_uInt16[]> m_pRanges;
OString m_sAppPageId;
bool m_bStandardPushed;
+ std::unique_ptr<SfxAllItemSet> m_xItemSet;
DECL_DLLPRIVATE_LINK(ActivatePageHdl, const OString&, void);
DECL_DLLPRIVATE_LINK(DeactivatePageHdl, const OString&, bool);