summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-10-01 17:01:36 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-10-01 20:29:02 +0100
commit6250f61fc8b87aacaec2c48c7751f15e9222fa2c (patch)
tree1dd38bf3ef8f14a4684565799a4a047edd0b1439 /filter
parent8cb61cbb09f702b968649395f5beaf50e40edf99 (diff)
coverity#1242472 Identical code for different branches
Change-Id: I32a74aa1ad42b975bca4b13403d261fd31deb8dd
Diffstat (limited to 'filter')
-rw-r--r--filter/source/graphicfilter/icgm/class5.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/filter/source/graphicfilter/icgm/class5.cxx b/filter/source/graphicfilter/icgm/class5.cxx
index 5e6fdb2f85f4..86237a5413e4 100644
--- a/filter/source/graphicfilter/icgm/class5.cxx
+++ b/filter/source/graphicfilter/icgm/class5.cxx
@@ -55,9 +55,7 @@ void CGM::ImplDoClass5()
else
nWidth = (sal_uInt32)ImplGetFloat( pElement->eRealPrecision, pElement->nRealSize ) * 25; // scaling in 1/4 mm
- ( pElement->nAspectSourceFlags & ASF_LINEWIDTH )
- ? pElement->aLineBundle.nLineWidth = nWidth
- : pElement->aLineBundle.nLineWidth = nWidth;
+ pElement->aLineBundle.nLineWidth = nWidth;
}
break;
case 0x04 : /*Line Color*/