summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcl/source/filter/graphicfilter2.cxx1
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;