mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
Remove identical overriding method
This commit is contained in:
parent
b770a35aba
commit
3116668737
@ -32,7 +32,6 @@ import org.apache.poi.hslf.record.CString;
|
||||
import org.apache.poi.hslf.record.ColorSchemeAtom;
|
||||
import org.apache.poi.hslf.record.Comment2000;
|
||||
import org.apache.poi.hslf.record.EscherTextboxWrapper;
|
||||
import org.apache.poi.hslf.record.HeadersFootersContainer;
|
||||
import org.apache.poi.hslf.record.RecordContainer;
|
||||
import org.apache.poi.hslf.record.RecordTypes;
|
||||
import org.apache.poi.hslf.record.SSSlideInfoAtom;
|
||||
@ -421,16 +420,6 @@ public final class HSLFSlide extends HSLFSheet implements Slide<HSLFShape,HSLFTe
|
||||
return comments;
|
||||
}
|
||||
|
||||
/**
|
||||
* Header / Footer settings for this slide.
|
||||
*
|
||||
* @return Header / Footer settings for this slide
|
||||
*/
|
||||
@Override
|
||||
public HeadersFooters getHeadersFooters(){
|
||||
return new HeadersFooters(this, HeadersFootersContainer.SlideHeadersFootersContainer);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onAddTextShape(HSLFTextShape shape) {
|
||||
List<HSLFTextParagraph> newParas = shape.getTextParagraphs();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user