mirror of https://github.com/apache/poi.git
[bug-65946] remove duplicate Category property from extracted properties
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898804 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bdd7e65d85
commit
f3e197713b
|
@ -112,7 +112,6 @@ public class POIXMLPropertiesTextExtractor implements POIXMLTextExtractor {
|
|||
PackagePropertiesPart props =
|
||||
document.getProperties().getCoreProperties().getUnderlyingProperties();
|
||||
|
||||
appendIfPresent(text, "Category", props.getCategoryProperty());
|
||||
appendIfPresent(text, "Category", props.getCategoryProperty());
|
||||
appendIfPresent(text, "ContentStatus", props.getContentStatusProperty());
|
||||
appendIfPresent(text, "ContentType", props.getContentTypeProperty());
|
||||
|
|
Loading…
Reference in New Issue