summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2000-12-09 13:59:31 +0000
committerjp <jp@openoffice.org>2000-12-09 13:59:31 +0000
commit9ccdc1394ffe810b1e47d51b9aac3416710ca607 (patch)
tree0cd69f4ea34ac83d434dd9b8e73f47e72ff78781
parent3e6e90048dc783c9472d5323c030ce5b08a1734d (diff)
Bug #80979#: no correction for backwars search
-rw-r--r--sw/source/core/crsr/findtxt.cxx7
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() )
{