Kaydet (Commit) e7aafabe authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

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
üst 099e2bfe
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: textsearch.cxx,v $ * $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 Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -376,6 +376,8 @@ void TextSearch::ReplaceBackReferences( String& rReplaceStr, const String &rStr, ...@@ -376,6 +376,8 @@ void TextSearch::ReplaceBackReferences( String& rReplaceStr, const String &rStr,
break; break;
} }
} }
else
++nPos;
} }
else else
{ {
...@@ -401,6 +403,8 @@ void TextSearch::ReplaceBackReferences( String& rReplaceStr, const String &rStr, ...@@ -401,6 +403,8 @@ void TextSearch::ReplaceBackReferences( String& rReplaceStr, const String &rStr,
break; break;
} }
} }
else
++nPos;
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment