diff options
author | Zdibák Zoltán <zdibakzoltan@gmail.com> | 2018-11-10 19:29:57 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2018-11-11 11:15:55 +0100 |
commit | 4d39ec07808276d7dbd2f92a08524f82ab5d715f (patch) | |
tree | 5813b9ea6f2111f4bf6b645e2309b08cce51da3f /vcl | |
parent | cb88771a12fc7b5bb742b1c9c1c90d8a1ff3607e (diff) |
cppCheck bRet reassigned before used
Change-Id: Iaf27254896783deaeaee65bd51617d8e4e457873
Reviewed-on: https://gerrit.libreoffice.org/63244
Tested-by: Jenkins
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/filter/graphicfilter2.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/filter/graphicfilter2.cxx b/vcl/source/filter/graphicfilter2.cxx index 17b16f69abcb..9c7491ea5e4a 100644 --- a/vcl/source/filter/graphicfilter2.cxx +++ b/vcl/source/filter/graphicfilter2.cxx @@ -450,7 +450,6 @@ bool GraphicDescriptor::ImpDetectPCX( SvStream& rStm ) if ( cByte == 0x0a ) { nFormat = GraphicFileFormat::PCX; - bRet = true; sal_uInt16 nTemp16; sal_uInt16 nXmin; |