diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2007-07-06 08:48:49 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2007-07-06 08:48:49 +0000 |
commit | 0b39d7eb15580bfce8f2f80632918103e56b8ed6 (patch) | |
tree | a89c5bc241d6fe9fe9ebfbd3ee8dde6f4fbf9745 | |
parent | 7eec13438bad1a282675caca97137f2e46e114d5 (diff) |
INTEGRATION: CWS oj14 (1.13.54); FILE MERGED
2007/06/26 20:33:53 fs 1.13.54.1: #i78908# ~SdrObject inaccessible now, need to use SdrObject::Free instead
-rw-r--r-- | sd/source/ui/func/fulinend.cxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sd/source/ui/func/fulinend.cxx b/sd/source/ui/func/fulinend.cxx index 400798782..d2c467ffc 100644 --- a/sd/source/ui/func/fulinend.cxx +++ b/sd/source/ui/func/fulinend.cxx @@ -4,9 +4,9 @@ * * $RCSfile: fulinend.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: rt $ $Date: 2007-04-26 08:38:32 $ + * last change: $Author: rt $ $Date: 2007-07-06 09:48:49 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -131,8 +131,7 @@ void FuLineEnd::DoExecute( SfxRequest& ) const ::basegfx::B2DPolyPolygon aPolyPolygon = ( (SdrPathObj*) pNewObj )->GetPathPoly(); // Loeschen des angelegten PolyObjektes - if( pConvPolyObj ) - delete pConvPolyObj; + SdrObject::Free( pConvPolyObj ); XLineEndList* pLineEndList = mpDoc->GetLineEndList(); XLineEndEntry* pEntry; |