Kaydet (Commit) 9cf5e4c2 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-result

Change-Id: Iaa06237d3e554d3a3d9c87f6c5dba715343afa25
üst d09124d9
......@@ -812,7 +812,7 @@ namespace sw
{
const sal_Int32 nFindLen = rFind.getLength();
const sal_Int32 nDiff = rReplace.getLength() - nFindLen;
rParams.replaceAt( nI, nFindLen, rReplace);
rParams = rParams.replaceAt( nI, nFindLen, rReplace);
nI += nFindLen + nDiff - 1;
nLen += nDiff;
bReplaced = true;
......
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