summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGiuseppe Castagno <giuseppe.castagno@acca-esse.eu>2016-02-25 17:15:38 +0100
committerAndras Timar <andras.timar@collabora.com>2016-03-02 11:00:06 +0100
commit1a959028d980f1bd58d6a0d5fa96a9f0aad72a3f (patch)
tree0b71a7db4cf196228eb729c013a8c11ccc9ca5fd /include
parente23418bbbd1f045c77b6168d03d2da2b0897c4f8 (diff)
tdf#98188: Crash when closing File->Properties->CMIS Properties tab
Change-Id: I22e1d6cc1c50b9ae613dab7c253ba21451aac584 Reviewed-on: https://gerrit.libreoffice.org/22704 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> (cherry picked from commit cadc130171a9bd4f1e6930fed09ad2897e9111b5) Reviewed-on: https://gerrit.libreoffice.org/22785 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> (cherry picked from commit 75433880cbb622808c30a91b064a6604fcd0c4a3)
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/dinfdlg.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sfx2/dinfdlg.hxx b/include/sfx2/dinfdlg.hxx
index a8b7d0406b71..ec846d69ccc9 100644
--- a/include/sfx2/dinfdlg.hxx
+++ b/include/sfx2/dinfdlg.hxx
@@ -649,6 +649,9 @@ protected:
public:
SfxCmisPropertiesPage( vcl::Window* pParent, const SfxItemSet& );
+ virtual ~SfxCmisPropertiesPage();
+ virtual void dispose() override;
+
static VclPtr<SfxTabPage> Create( vcl::Window* pParent, const SfxItemSet* );
};