diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-08-01 10:04:26 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-08-01 10:04:26 +0000 |
commit | 7c6ddb78bcaffd3ed4b4a9e61192efac072d9c49 (patch) | |
tree | dc47aa49100bc50055868cada510f6820e028bfb | |
parent | 6475c0b0e852f072c556f7606dbf2229b1f0d046 (diff) |
INTEGRATION: CWS fwk68 (1.68.2); FILE MERGED
2007/07/04 15:52:34 mav 1.68.2.1: #i79093# commit the patch
-rw-r--r-- | sfx2/source/doc/objcont.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/doc/objcont.cxx b/sfx2/source/doc/objcont.cxx index 041a00151101..f12c6d529f0d 100644 --- a/sfx2/source/doc/objcont.cxx +++ b/sfx2/source/doc/objcont.cxx @@ -4,9 +4,9 @@ * * $RCSfile: objcont.cxx,v $ * - * $Revision: 1.69 $ + * $Revision: 1.70 $ * - * last change: $Author: obo $ $Date: 2007-07-17 13:43:36 $ + * last change: $Author: hr $ $Date: 2007-08-01 11:04:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1207,7 +1207,7 @@ void SfxObjectShell::LoadStyles if(pFound[i].pSource->HasFollowSupport()) pFound[i].pDest->SetFollow(pFound[i].pSource->GetParent()); } - delete pFound; + delete [] pFound; } //-------------------------------------------------------------------- |