diff options
-rw-r--r-- | sw/source/core/crsr/findtxt.cxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sw/source/core/crsr/findtxt.cxx b/sw/source/core/crsr/findtxt.cxx index 1688086f9c8d..1f9d24416eef 100644 --- a/sw/source/core/crsr/findtxt.cxx +++ b/sw/source/core/crsr/findtxt.cxx @@ -2,9 +2,9 @@ * * $RCSfile: findtxt.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: jp $ $Date: 2000-12-02 18:09:28 $ + * last change: $Author: jp $ $Date: 2000-12-09 14:59:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -261,9 +261,6 @@ BYTE SwPaM::Find( const utl::SearchParam& rParam, utl::TextSearch& rSTxt, *GetPoint() = *pPam->GetPoint(); SetMark(); - if( !bSrchForward ) // move the "correct" positions, because - ++nStart, ++nEnde; // start is inclusiv, end is exclusiv - // Start und Ende wieder korrigieren !! if( aFltArr.Count() ) { |