summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-07-05 13:46:12 +0000
committerOliver Bolte <obo@openoffice.org>2004-07-05 13:46:12 +0000
commit87489bd5e6662816cb8d5063f065e5f0e48638c1 (patch)
treeb48acf5eaf2c4d8ac63f5089e7603fe32234a5f9 /sfx2
parent2ba1b8cc2021e202cf8a773b9a606122b9c8e07d (diff)
INTEGRATION: CWS swqbugfixes03 (1.16.64); FILE MERGED
2004/06/14 06:48:56 pb 1.16.64.1: fix: #i27559# SfxSingleTabDialog::Dtor(): delete pOutSet
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/basedlgs.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sfx2/source/dialog/basedlgs.cxx b/sfx2/source/dialog/basedlgs.cxx
index 66d17271b21d..242d497b2272 100644
--- a/sfx2/source/dialog/basedlgs.cxx
+++ b/sfx2/source/dialog/basedlgs.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: basedlgs.cxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: svesik $ $Date: 2004-04-21 13:10:53 $
+ * last change: $Author: obo $ $Date: 2004-07-05 14:46:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -920,6 +920,7 @@ SfxSingleTabDialog::~SfxSingleTabDialog()
delete pCancelBtn;
delete pHelpBtn;
delete pPage;
+ delete pOutSet;
}
// -----------------------------------------------------------------------