diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-10-09 12:38:48 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-10-09 13:50:37 +0200 |
commit | 3f74bbf4f53112db4ba9df014ee9da760898652d (patch) | |
tree | 0ed755183f4acc9ad68955d7c2e72d6f99fa52eb /vcl | |
parent | 65cae2810d209348f92789dfc43a6abbfcaf38f9 (diff) |
clang-analyzer-deadcode.DeadStores
Change-Id: Icef974fccdc487b8abef3b1200b0b34b7be703ec
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/filter/wmf/winwmf.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/filter/wmf/winwmf.cxx b/vcl/source/filter/wmf/winwmf.cxx index e3d59a3011a3..0566f3b1df0d 100644 --- a/vcl/source/filter/wmf/winwmf.cxx +++ b/vcl/source/filter/wmf/winwmf.cxx @@ -378,7 +378,6 @@ void WMFReader::ReadRecordParams( sal_uInt16 nFunc ) { if (nPolyCount > pWMF->remainingSize() / sizeof(sal_uInt16)) { - bRecordOk = false; break; } |