Kaydet (Commit) d1f96321 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

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
üst e2028f9a
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: dlgctrl.cxx,v $ * $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 Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -1992,9 +1992,9 @@ SvxXLinePreview::SvxXLinePreview( Window* pParent, const ResId& rResId, XOutputD ...@@ -1992,9 +1992,9 @@ SvxXLinePreview::SvxXLinePreview( Window* pParent, const ResId& rResId, XOutputD
SvxXLinePreview::~SvxXLinePreview() SvxXLinePreview::~SvxXLinePreview()
{ {
delete mpLineObjA; SdrObject::Free( mpLineObjA );
delete mpLineObjB; SdrObject::Free( mpLineObjB );
delete mpLineObjC; SdrObject::Free( mpLineObjC );
delete mpModel; delete mpModel;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment