Kaydet (Commit) 68c62655 authored tarafından Tsutomu Uchino's avatar Tsutomu Uchino

#i94895# revert the part of revision 1650261, replaced string should be starting…

#i94895# revert the part of revision 1650261, replaced string should be starting with the start postion if specified
üst 7470c682
......@@ -1448,7 +1448,7 @@ RTLFUNC(Replace)
}
}
}
rPar.Get(0)->PutString( aExpStr.Copy() );
rPar.Get(0)->PutString( aExpStr.Copy( static_cast<sal_uInt16>(lStartPos - 1) ) );
}
}
......
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