I'm using poi-scratchpad-3.8-20120326. org.apache.poi.hslf.usermodel.SlideShow.addPicture(File pict, int format) declares java.io.IOException to be thrown. However, this exception is caught in the method and a HSLFException is thrown instead.
Fixed in r1402550 Yegor