summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-01-18 15:59:46 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-01-19 13:25:54 +0100
commitbe94207ecb88a9005ee6624e354d70c9613d7653 (patch)
treee57c6534adaea7930e7eac95f3b77c4e37ac452e /filter
parent7d9a5d886f4ba5c61d3c5602a9825510c68eea41 (diff)
new loplugin:emptyif
Change-Id: I1092115a0ceb3a5e6680a4b724b129f98a892c42 Reviewed-on: https://gerrit.libreoffice.org/48128 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/graphicfilter/icgm/cgm.cxx20
1 files changed, 0 insertions, 20 deletions
diff --git a/filter/source/graphicfilter/icgm/cgm.cxx b/filter/source/graphicfilter/icgm/cgm.cxx
index 5fe936c0384c..5e066bc65127 100644
--- a/filter/source/graphicfilter/icgm/cgm.cxx
+++ b/filter/source/graphicfilter/icgm/cgm.cxx
@@ -457,11 +457,6 @@ void CGM::ImplMapDouble( double& nNumb )
break;
}
}
- else
- {
-
-
- }
}
void CGM::ImplMapX( double& nNumb )
@@ -497,11 +492,6 @@ void CGM::ImplMapX( double& nNumb )
break;
}
}
- else
- {
-
-
- }
}
void CGM::ImplMapY( double& nNumb )
@@ -537,11 +527,6 @@ void CGM::ImplMapY( double& nNumb )
break;
}
}
- else
- {
-
-
- }
}
// convert a point to the current VC mapmode (1/100TH mm)
@@ -582,11 +567,6 @@ void CGM::ImplMapPoint( FloatPoint& rFloatPoint )
break;
}
}
- else
- {
-
-
- }
}
void CGM::ImplDoClass()