summaryrefslogtreecommitdiff
path: root/vcl/source/filter
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-10-03 09:17:46 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-10-03 16:30:26 +0100
commit575c372fb987dd0a055a5521d0a6d95fb8483992 (patch)
tree11bae749475c2ca844ccfd611e37b51268c79cff /vcl/source/filter
parent6ca332cd9bfa5448d82bd4f853ddf95486f7d311 (diff)
coverity#1242968 Unused value
Change-Id: I1cd88014175fe061d4db291b8d1430897c2c0084
Diffstat (limited to 'vcl/source/filter')
-rw-r--r--vcl/source/filter/sgvtext.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/filter/sgvtext.cxx b/vcl/source/filter/sgvtext.cxx
index 797a6da6c1db..e8c31aaae39c 100644
--- a/vcl/source/filter/sgvtext.cxx
+++ b/vcl/source/filter/sgvtext.cxx
@@ -758,7 +758,7 @@ void FormatLine(UCHAR* TBuf, sal_uInt16& Index, ObjTextType& Atr0, ObjTextType&
} while (!(AbsEnd || (Border && ((WordEndCnt>0) || WordEnd || Trenn))));
while (WErec0->Index<WErec->Index) { // to assure Line[] matches }
- c=ProcessChar(vOut,TBuf,*WErec0,Atr0,WEnChar0,WEnChar-WEnChar0-1,Line,cLine);
+ ProcessChar(vOut,TBuf,*WErec0,Atr0,WEnChar0,WEnChar-WEnChar0-1,Line,cLine);
}
(*R)=(*WErec); nChars=WEnChar;