summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-07-01 12:04:36 +0000
committerKurt Zenker <kz@openoffice.org>2005-07-01 12:04:36 +0000
commit07b379ee08472989397db0710cedb43e3d6490e4 (patch)
treec31cea7f78559da96d322a7960ab516167b3f0f4 /svx
parentd6353673f6285ef40a86c8ac07cc35ce1431df92 (diff)
INTEGRATION: CWS memory01 (1.63.140); FILE MERGED
2005/06/14 10:57:32 cd 1.63.140.1: #i50704# Fixed missing delete statement to destory internal member pImpl
Diffstat (limited to 'svx')
-rw-r--r--svx/source/tbxctrls/tbcontrl.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx
index 805367ec721a..970350ca41eb 100644
--- a/svx/source/tbxctrls/tbcontrl.cxx
+++ b/svx/source/tbxctrls/tbcontrl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tbcontrl.cxx,v $
*
- * $Revision: 1.63 $
+ * $Revision: 1.64 $
*
- * last change: $Author: obo $ $Date: 2005-03-15 09:29:51 $
+ * last change: $Author: kz $ $Date: 2005-07-01 13:04:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2239,6 +2239,7 @@ SvxStyleToolBoxControl::~SvxStyleToolBoxControl()
DELETEZ( pFamilyState[i] );
}
pStyleSheetPool = NULL;
+ DELETEZ( pImpl );
}
// -----------------------------------------------------------------------