summaryrefslogtreecommitdiff
path: root/vcl/generic
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-09-07 15:55:26 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-09-07 16:07:01 +0200
commit93d4362d9dff759408f79b1c1f8e6f36e281772c (patch)
treeafd48d4ee7d3c5ee998c94a739e5b75da6173665 /vcl/generic
parent9f7254e2a2487c71696e41a00a5dd36d55b5d907 (diff)
clang-analyzer-deadcode.DeadStores
...needlessly added with 6d96720fd51ca4710c9ffef3db68ac13678f5bed "#98991# fix CJKV vertical glyph rotation, avoid obsolete FT helper functions" Change-Id: Ic0311ca8ae2b4c7d33c42f7fecaae4c95c24500a
Diffstat (limited to 'vcl/generic')
-rw-r--r--vcl/generic/glyphs/gcach_ftyp.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/generic/glyphs/gcach_ftyp.cxx b/vcl/generic/glyphs/gcach_ftyp.cxx
index e105741179aa..080bb8284bf3 100644
--- a/vcl/generic/glyphs/gcach_ftyp.cxx
+++ b/vcl/generic/glyphs/gcach_ftyp.cxx
@@ -1616,7 +1616,6 @@ bool ServerFont::ApplyGSUB( const FontSelectPattern& rFSD )
const sal_uInt16 nOfsScriptList = GetUShort( pGsubHeader+4 );
const sal_uInt16 nOfsFeatureTable = GetUShort( pGsubHeader+6 );
const sal_uInt16 nOfsLookupList = GetUShort( pGsubHeader+8 );
- pGsubHeader += 10;
typedef std::vector<sal_uInt16> UshortList;
UshortList aFeatureIndexList;