summaryrefslogtreecommitdiff
path: root/sd/source/filter/grf
diff options
context:
space:
mode:
authorKayo Hamid <revol.code@yahoo.com>2010-12-05 11:45:14 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-12-05 11:45:14 +0000
commit1c4faf4b2984c0def76bd5818295aace0505654c (patch)
tree2e507b3e92c6747c0de9850a5e21b3fa94bfb891 /sd/source/filter/grf
parentbc5ad2e5b6d2871fb50686d2b6860debcfbf3f45 (diff)
remove commented out code
Diffstat (limited to 'sd/source/filter/grf')
-rw-r--r--sd/source/filter/grf/sdgrffilter.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sd/source/filter/grf/sdgrffilter.cxx b/sd/source/filter/grf/sdgrffilter.cxx
index 4ead1cca70f3..162379581d3d 100644
--- a/sd/source/filter/grf/sdgrffilter.cxx
+++ b/sd/source/filter/grf/sdgrffilter.cxx
@@ -454,8 +454,6 @@ void SdGRFFilter::SaveGraphic( const ::com::sun::star::uno::Reference< ::com::su
break;
}
}
- // Fallthrough!
-// case ::com::sun::star::graphic::GraphicType::EMPTY:
default:
aMimeType = OUString(RTL_CONSTASCII_USTRINGPARAM( "image/png" ) );
break;