https://issues.apache.org/bugzilla/show_bug.cgi?id=52262
--- Comment #3 from Yegor Kozlov <[email protected]> 2011-11-30 13:35:53 UTC --- It was an intentional change. Master sheet of a slide is slide layout and master of a slide layout is slide master. To be clear, my change reflects the sheet hierarchy in the .pptx format: slide.xml <-- slideLayout.xml <-- slideMaster.xml The immediate fix on the Tika side is to use XSLFSlide.getSlideMaster() instead of XSLFSlide.getMasterSheet(). With this change everything should compile and run. Meanwhile, I'm going to rework Tika's XSLFPowerPointExtractorDecorator - most of the logic can be simplified and written in a much nicer form. Yegor (In reply to comment #2) > TIKA bug #795 opened for issue as well. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
