try to get all ooxml-lite classes loaded for xslf

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893361 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2021-09-15 14:21:53 +00:00
parent 221b496f04
commit 44e9f4ec24
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ class XSLFFileHandler extends SlideShowHandler {
assertNotNull(slideInner.getSlideReferences());
new POIXMLDocumentHandler().handlePOIXMLDocument(slide);
POIXMLDocumentHandler.cursorRecursive(slide.getCTPresentation());
handleSlideShow(slide);
} catch (POIXMLException e) {