summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-13 11:31:05 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-13 11:31:05 +0000
commit3881c7aa8bbd3656d2582def1d2802f0f5ed81f3 (patch)
tree0b2ab6def957545ca13b2dc5e9d7a6be554d559a
parenta1c3fd495552f61f49a0bf3e8ffdc3021f4a4ba4 (diff)
INTEGRATION: CWS calc08 (1.19.176); FILE MERGED
2003/05/07 15:00:32 er 1.19.176.1: #109386# operators new/delete mismatch
-rw-r--r--sfx2/source/dialog/tabdlg.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/dialog/tabdlg.cxx b/sfx2/source/dialog/tabdlg.cxx
index ff516061f645..ae71bed93447 100644
--- a/sfx2/source/dialog/tabdlg.cxx
+++ b/sfx2/source/dialog/tabdlg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tabdlg.cxx,v $
*
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: gt $ $Date: 2002-07-23 07:28:20 $
+ * last change: $Author: vg $ $Date: 2003-05-13 12:31:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -585,7 +585,7 @@ SfxTabDialog::~SfxTabDialog()
delete pUserBtn;
delete pOutSet;
delete pExampleSet;
- delete pRanges;
+ delete [] pRanges;
}
// -----------------------------------------------------------------------