summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-05-10 15:59:32 +0000
committerKurt Zenker <kz@openoffice.org>2007-05-10 15:59:32 +0000
commit12fa5e8c30cc0ccf27712352c1b89f089b6ca03e (patch)
tree2058f767625b4c0eb1c5fa433d0e180fa0d478e3 /sc
parent49900c63d2ff26b7dd21e8803aefe87b2d711968 (diff)
INTEGRATION: CWS pchfix04 (1.5.104); FILE MERGED
2007/04/26 04:54:20 hjs 1.5.104.2: RESYNC: (1.5-1.6); FILE MERGED 2007/02/05 08:35:35 os 1.5.104.1: #i73604# usage of ITEMID_* removed
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/unoobj/srchuno.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/unoobj/srchuno.cxx b/sc/source/ui/unoobj/srchuno.cxx
index c02157f5820a..4ea00a93c9d4 100644
--- a/sc/source/ui/unoobj/srchuno.cxx
+++ b/sc/source/ui/unoobj/srchuno.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: srchuno.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: vg $ $Date: 2007-02-27 13:47:14 $
+ * last change: $Author: kz $ $Date: 2007-05-10 16:59:32 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -91,7 +91,7 @@ const SfxItemPropertyMap* lcl_GetSearchPropertyMap()
ScCellSearchObj::ScCellSearchObj() :
aPropSet(lcl_GetSearchPropertyMap())
{
- pSearchItem = new SvxSearchItem;
+ pSearchItem = new SvxSearchItem( SCITEM_SEARCHDATA );
// Defaults:
pSearchItem->SetWordOnly(FALSE);
pSearchItem->SetExact(FALSE);