summaryrefslogtreecommitdiff
path: root/sw/inc/swcrsr.hxx
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2000-11-20 08:29:04 +0000
committerjp <jp@openoffice.org>2000-11-20 08:29:04 +0000
commit20352b79d5235b96b42506353416372a9e5766bb (patch)
tree2d147f4def116023dd4b187d522f2a4f26ed5643 /sw/inc/swcrsr.hxx
parentbf1183b94dfc9fe2df5e03c213000cdd9504ed8d (diff)
must change: SearchText->TextSearch and use namespace
Diffstat (limited to 'sw/inc/swcrsr.hxx')
-rw-r--r--sw/inc/swcrsr.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/swcrsr.hxx b/sw/inc/swcrsr.hxx
index 1a22bed6c721..87ed114e7537 100644
--- a/sw/inc/swcrsr.hxx
+++ b/sw/inc/swcrsr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: swcrsr.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jp $ $Date: 2000-10-25 15:39:12 $
+ * last change: $Author: jp $ $Date: 2000-11-20 09:20:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -141,7 +141,7 @@ public:
SwMoveFnCollection* MakeFindRange( SwDocPositions, SwDocPositions,
SwPaM* ) const;
- ULONG Find( const SearchParam& rParam,
+ ULONG Find( const utl::SearchParam& rParam,
SwDocPositions nStart, SwDocPositions nEnde,
FindRanges = FND_IN_BODY,
int bReplace = FALSE );
@@ -154,7 +154,7 @@ public:
ULONG Find( const SfxItemSet& rSet, FASTBOOL bNoCollections,
SwDocPositions nStart, SwDocPositions nEnde,
FindRanges = FND_IN_BODY,
- const SearchParam* pTextPara = 0,
+ const utl::SearchParam* pTextPara = 0,
const SfxItemSet* rReplSet = 0 );
FASTBOOL IsStartWord()const;