summaryrefslogtreecommitdiff
path: root/vcl/source
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-09 12:38:48 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-10-09 13:50:37 +0200
commit3f74bbf4f53112db4ba9df014ee9da760898652d (patch)
tree0ed755183f4acc9ad68955d7c2e72d6f99fa52eb /vcl/source
parent65cae2810d209348f92789dfc43a6abbfcaf38f9 (diff)
clang-analyzer-deadcode.DeadStores
Change-Id: Icef974fccdc487b8abef3b1200b0b34b7be703ec
Diffstat (limited to 'vcl/source')
-rw-r--r--vcl/source/filter/wmf/winwmf.cxx1
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;
}