summaryrefslogtreecommitdiffstats
path: root/svx/source/dialog/dlgctrl.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-07-06 06:33:32 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-07-06 06:33:32 +0000
commitd1f96321c0193b11182471a67e571c65111da73a (patch)
treec36fad15d624b46d2a8dd28ab1124f447e8bdc10 /svx/source/dialog/dlgctrl.cxx
parentINTEGRATION: CWS oj14 (1.17.6); FILE MERGED (diff)
downloadcore-d1f96321c0193b11182471a67e571c65111da73a.tar.gz
core-d1f96321c0193b11182471a67e571c65111da73a.zip
INTEGRATION: CWS oj14 (1.30.56); FILE MERGED
2007/06/26 20:13:29 fs 1.30.56.1: #i78908# ~SdrObject inaccessible now, need to use SdrObject::Free instead
Diffstat (limited to 'svx/source/dialog/dlgctrl.cxx')
-rw-r--r--svx/source/dialog/dlgctrl.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/svx/source/dialog/dlgctrl.cxx b/svx/source/dialog/dlgctrl.cxx
index 2b6b935c6ed9..2ccef8e5dfdc 100644
--- a/svx/source/dialog/dlgctrl.cxx
+++ b/svx/source/dialog/dlgctrl.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: dlgctrl.cxx,v $
*
- * $Revision: 1.32 $
+ * $Revision: 1.33 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 17:01:18 $
+ * last change: $Author: rt $ $Date: 2007-07-06 07:33:32 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1992,9 +1992,9 @@ SvxXLinePreview::SvxXLinePreview( Window* pParent, const ResId& rResId, XOutputD
SvxXLinePreview::~SvxXLinePreview()
{
- delete mpLineObjA;
- delete mpLineObjB;
- delete mpLineObjC;
+ SdrObject::Free( mpLineObjA );
+ SdrObject::Free( mpLineObjB );
+ SdrObject::Free( mpLineObjC );
delete mpModel;
}