summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unosrch.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2003-11-25 09:47:54 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2003-11-25 09:47:54 +0000
commitea0fc89e5e481c7540fcc8502f26bf71289f69e9 (patch)
tree040f261249a658ff870820b9c08f0af9d792e51b /sw/source/core/unocore/unosrch.cxx
parent7785306efcb92242faebaad16026bb4e8523bd9a (diff)
INTEGRATION: CWS os23 (1.8.262); FILE MERGED
2003/10/28 09:06:57 os 1.8.262.1: #i21439# invalid memory initialization removed
Diffstat (limited to 'sw/source/core/unocore/unosrch.cxx')
-rw-r--r--sw/source/core/unocore/unosrch.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sw/source/core/unocore/unosrch.cxx b/sw/source/core/unocore/unosrch.cxx
index 756bc29ad1ce..713de00dccca 100644
--- a/sw/source/core/unocore/unosrch.cxx
+++ b/sw/source/core/unocore/unosrch.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unosrch.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: vg $ $Date: 2003-04-17 14:46:10 $
+ * last change: $Author: rt $ $Date: 2003-11-25 10:47:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -139,7 +139,6 @@ SwSearchProperties_Impl::SwSearchProperties_Impl() :
pMap++;
}
pValueArr = new PropertyValue*[nArrLen];
- *pValueArr = new PropertyValue[nArrLen];
for(sal_uInt16 i = 0; i < nArrLen; i++)
pValueArr[i] = 0;
}