summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2000-11-22 13:11:32 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2000-11-22 13:11:32 +0000
commit087117c5df8707c7d973beda8f1c1d33de6ed56b (patch)
tree2e775033e500f9483945e8a09dc724241e00db78 /sw
parentd87e087ac7b0d15267330a1c7faa5d3198697ff9 (diff)
#65293#: default parameter
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/crsr/findtxt.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/crsr/findtxt.cxx b/sw/source/core/crsr/findtxt.cxx
index 29bd96add5f5..1ac1a79e1cf9 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.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jp $ $Date: 2000-11-20 09:22:18 $
+ * last change: $Author: hr $ $Date: 2000-11-22 14:11:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -255,7 +255,7 @@ BYTE SwPaM::Find( const utl::SearchParam& rParam, utl::TextSearch& rSTxt,
lcl_CleanStr( *(SwTxtNode*)pNode, nEnde, nStart,
aFltArr, sCleanStr );
- if( (rSTxt.*fnMove->fnSearch)( sCleanStr, &nStart, &nEnde ))
+ if( (rSTxt.*fnMove->fnSearch)( sCleanStr, &nStart, &nEnde, 0 ))
{
// setze den Bereich richtig
*GetPoint() = *pPam->GetPoint();