INTEGRATION: CWS sw8u10stopper_SRC680 (1.15.4.1.2); FILE MERGED

2008/01/31 08:42:09 ama 1.15.4.1.2.2: Fix #i85684#: Typo
2008/01/31 07:50:34 ama 1.15.4.1.2.1: Fix #i85684#: Loop with special chars in replacement
This commit is contained in:
Vladimir Glazounov 2008-02-12 12:22:36 +00:00
parent 099e2bfe4f
commit e7aafabecc

View file

@ -4,9 +4,9 @@
*
* $RCSfile: textsearch.cxx,v $
*
* $Revision: 1.16 $
* $Revision: 1.17 $
*
* last change: $Author: vg $ $Date: 2008-01-29 08:03:54 $
* last change: $Author: vg $ $Date: 2008-02-12 13:22:36 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -376,6 +376,8 @@ void TextSearch::ReplaceBackReferences( String& rReplaceStr, const String &rStr,
break;
}
}
else
++nPos;
}
else
{
@ -401,6 +403,8 @@ void TextSearch::ReplaceBackReferences( String& rReplaceStr, const String &rStr,
break;
}
}
else
++nPos;
}
}
}