bug 59781: ignore duplicate HSSF PaneInformation, which now shadows the Common SS version. The HSSF version has been deprecated and will be deleted after 2 releases
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751081 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4ab0e89901
commit
e7eef4d75a
@ -28,6 +28,7 @@
|
|||||||
</Match>
|
</Match>
|
||||||
|
|
||||||
<!-- things that were moved or are named equally on purpose -->
|
<!-- things that were moved or are named equally on purpose -->
|
||||||
|
<!-- Classes that shadow an identically named class in Common SS should be deprecated and deleted -->
|
||||||
<Match>
|
<Match>
|
||||||
<Or>
|
<Or>
|
||||||
<Class name="org.apache.poi.hssf.extractor.ExcelExtractor"/>
|
<Class name="org.apache.poi.hssf.extractor.ExcelExtractor"/>
|
||||||
@ -39,6 +40,7 @@
|
|||||||
<Class name="org.apache.poi.hssf.util.CellRangeAddressList"/>
|
<Class name="org.apache.poi.hssf.util.CellRangeAddressList"/>
|
||||||
<Class name="org.apache.poi.hssf.util.CellReference"/>
|
<Class name="org.apache.poi.hssf.util.CellReference"/>
|
||||||
<Class name="org.apache.poi.hssf.util.Region"/>
|
<Class name="org.apache.poi.hssf.util.Region"/>
|
||||||
|
<Class name="org.apache.poi.hssf.util.PaneInformation"/>
|
||||||
<Class name="org.apache.poi.hwpf.usermodel.CharacterRun"/>
|
<Class name="org.apache.poi.hwpf.usermodel.CharacterRun"/>
|
||||||
<Class name="org.apache.poi.sl.usermodel.Hyperlink"/>
|
<Class name="org.apache.poi.sl.usermodel.Hyperlink"/>
|
||||||
<Class name="org.apache.poi.ss.usermodel.Hyperlink"/>
|
<Class name="org.apache.poi.ss.usermodel.Hyperlink"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user