summaryrefslogtreecommitdiff
path: root/vcl/source
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-09 12:24:03 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-10-09 13:50:36 +0200
commit948c2d7b9fb30c5da0b0c10685828f401cb5bd03 (patch)
tree4e4f9516bfcf9dd2e226ef4fdf15bb2ff564ab39 /vcl/source
parent3589ad69d0b20d7e1f6084206f1ed577945b5427 (diff)
clang-analyzer-deadcode.DeadStores
Change-Id: Ic76cf540896ba217f7df6045be31197b64298bf3
Diffstat (limited to 'vcl/source')
-rw-r--r--vcl/source/filter/sgvtext.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/filter/sgvtext.cxx b/vcl/source/filter/sgvtext.cxx
index e05ffb365671..138a16e21b8e 100644
--- a/vcl/source/filter/sgvtext.cxx
+++ b/vcl/source/filter/sgvtext.cxx
@@ -724,10 +724,10 @@ void FormatLine(UCHAR* TBuf, sal_uInt16& Index, ObjTextType& Atr0, ObjTextType&
if (Border) { // separate and crush
(*WErec0)=(*WErec); WEnChar0=WEnChar;
- AbsEnd=false; c0=0;
+ c0=0;
(*R)=(*WErec); nChars=WEnChar;
(*TRrec)=(*R); TRnChar=nChars;
- Border0=false; Border=false;
+ Border0=false;
do { // first check how many syllables fit
UCHAR ct=ProcessChar(*vOut.get(),TBuf,*TRrec,Atr0,TRnChar,DoTrenn,Line,cLine);
c=ProcessChar(*vOut.get(),TBuf,*R,Atr0,nChars,NoTrenn,Line,cLine);