summaryrefslogtreecommitdiff
path: root/svx/source/engine3d/obj3d.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-07-06 06:35:30 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-07-06 06:35:30 +0000
commita9bd0b9c69e40eb4e8b35d40cbbb7cf8e9a1bdee (patch)
treefba6982325f8e5fc8d5540bff0877d70a71b1402 /svx/source/engine3d/obj3d.cxx
parenta6fdc25b9d0ef92af08ad12f51f11f3c82b56e9b (diff)
INTEGRATION: CWS oj14 (1.43.38); FILE MERGED
2007/06/26 20:13:30 fs 1.43.38.1: #i78908# ~SdrObject inaccessible now, need to use SdrObject::Free instead
Diffstat (limited to 'svx/source/engine3d/obj3d.cxx')
-rw-r--r--svx/source/engine3d/obj3d.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/engine3d/obj3d.cxx b/svx/source/engine3d/obj3d.cxx
index e40b45f4b73b..b795e58de2d2 100644
--- a/svx/source/engine3d/obj3d.cxx
+++ b/svx/source/engine3d/obj3d.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: obj3d.cxx,v $
*
- * $Revision: 1.44 $
+ * $Revision: 1.45 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 18:03:58 $
+ * last change: $Author: rt $ $Date: 2007-07-06 07:35:30 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1496,7 +1496,7 @@ void E3dObject::operator=(const SdrObject& rObj)
{
aOwnSubList.NbcRemoveObject(pObj->GetOrdNum());
i--;
- delete pObj;
+ SdrObject::Free( pObj );
}
}
}