diff options
author | jp <jp@openoffice.org> | 2000-10-25 14:39:12 +0000 |
---|---|---|
committer | jp <jp@openoffice.org> | 2000-10-25 14:39:12 +0000 |
commit | c09fc2c1db5c94c3ef69986549f970e1c03e8067 (patch) | |
tree | fca4d260e4bcc9cb4095db7c15ead263a6bdf99f /sw/inc/swcrsr.hxx | |
parent | 30bce3497552f313a8047d22a0993d987b83734d (diff) |
use CharClass/BreakIt instead of old WordSelection
Diffstat (limited to 'sw/inc/swcrsr.hxx')
-rw-r--r-- | sw/inc/swcrsr.hxx | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/sw/inc/swcrsr.hxx b/sw/inc/swcrsr.hxx index b87b94d2fc21..1a22bed6c721 100644 --- a/sw/inc/swcrsr.hxx +++ b/sw/inc/swcrsr.hxx @@ -2,9 +2,9 @@ * * $RCSfile: swcrsr.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:14:28 $ + * last change: $Author: jp $ $Date: 2000-10-25 15:39:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,9 +61,6 @@ #ifndef _SWCRSR_HXX #define _SWCRSR_HXX -#ifndef _WORDSEL_HXX //autogen -#include <svtools/wordsel.hxx> -#endif #ifndef _PAM_HXX //autogen #include <pam.hxx> #endif @@ -160,16 +157,6 @@ public: const SearchParam* pTextPara = 0, const SfxItemSet* rReplSet = 0 ); -/* int IsWordFNC( FNIsWord fnIsWord ) const; - int GoWordFNC( FNGoWord fnGoWord ); - FASTBOOL IsStartWord()const { return IsWordFNC( WordSelection::IsStartWord ); } - FASTBOOL IsEndWord() const { return IsWordFNC( WordSelection::IsEndWord ); } - FASTBOOL IsInWord() const { return IsWordFNC( WordSelection::IsInWord ); } - FASTBOOL GoStartWord() { return GoWordFNC( WordSelection::GoStartWord ); } - FASTBOOL GoEndWord() { return GoWordFNC( WordSelection::GoEndWord ); } - FASTBOOL GoNextWord() { return GoWordFNC( WordSelection::GoNextWord ); } - FASTBOOL GoPrevWord() { return GoWordFNC( WordSelection::GoPrevWord ); } -*/ FASTBOOL IsStartWord()const; FASTBOOL IsEndWord() const; FASTBOOL IsInWord() const; |