diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-07-06 06:41:46 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-07-06 06:41:46 +0000 |
commit | 1022c9501a3a9e4fe31e80c8bccfb9770c2acc78 (patch) | |
tree | c79c27560c7b82defbef9a396cfa1cf416073a35 /svx/source/svdraw/svdotext.cxx | |
parent | a599f5b435dfb86b0da9c349d93d808bfe11a4a8 (diff) |
INTEGRATION: CWS oj14 (1.81.38); FILE MERGED
2007/06/26 20:13:31 fs 1.81.38.1: #i78908# ~SdrObject inaccessible now, need to use SdrObject::Free instead
Diffstat (limited to 'svx/source/svdraw/svdotext.cxx')
-rw-r--r-- | svx/source/svdraw/svdotext.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/svdraw/svdotext.cxx b/svx/source/svdraw/svdotext.cxx index 2ad5bcb26ada..75fa8c145c76 100644 --- a/svx/source/svdraw/svdotext.cxx +++ b/svx/source/svdraw/svdotext.cxx @@ -4,9 +4,9 @@ * * $RCSfile: svdotext.cxx,v $ * - * $Revision: 1.82 $ + * $Revision: 1.83 $ * - * last change: $Author: hr $ $Date: 2007-06-27 19:08:23 $ + * last change: $Author: rt $ $Date: 2007-07-06 07:41:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -849,7 +849,7 @@ void SdrTextObj::ImpSetContourPolygon( SdrOutliner& rOutliner, Rectangle& rAncho SdrObject* pCopy = Clone(); pCopy->SetMergedItem(SdrShadowItem(FALSE)); *pContourPolyPolygon = pCopy->TakeContour(); - delete pCopy; + SdrObject::Free( pCopy ); } else { |