diff options
author | Oliver Specht <os@openoffice.org> | 2002-05-13 11:24:13 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2002-05-13 11:24:13 +0000 |
commit | b96c24c15ba1327c51db91822dffc727ccbdfca0 (patch) | |
tree | 6a648b33709f891ea2d2b1bb1981149af578754d /sw/source/ui/envelp/envfmt.cxx | |
parent | b4491afd326ca2fddd5d92457b6c06d5c3464b22 (diff) |
#90353# new[]-delete[] mix fixed
Diffstat (limited to 'sw/source/ui/envelp/envfmt.cxx')
-rw-r--r-- | sw/source/ui/envelp/envfmt.cxx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sw/source/ui/envelp/envfmt.cxx b/sw/source/ui/envelp/envfmt.cxx index 2adc14f99031..4714686289e9 100644 --- a/sw/source/ui/envelp/envfmt.cxx +++ b/sw/source/ui/envelp/envfmt.cxx @@ -2,9 +2,9 @@ * * $RCSfile: envfmt.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: fme $ $Date: 2001-05-30 16:32:13 $ + * last change: $Author: os $ $Date: 2002-05-13 12:22:17 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -462,7 +462,7 @@ SfxItemSet *SwEnvFmtPage::GetCollItemSet(SwTxtFmtColl* pColl, BOOL bSender) pNewRanges); pSet->Put(pColl->GetAttrSet()); - delete pNewRanges; + delete[] pNewRanges; } return pSet; @@ -684,6 +684,9 @@ void __EXPORT SwEnvFmtPage::Reset(const SfxItemSet& rSet) /*-------------------------------------------------------------------- $Log: not supported by cvs2svn $ +Revision 1.4 2001/05/30 16:32:13 fme +Fix #86988#: Redesign of dialogs + Revision 1.3 2001/03/20 17:01:50 jp use stdarr |