[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:
PJ Fanning 2022-03-09 20:43:38 +00:00
parent bdd7e65d85
commit f3e197713b
1 changed files with 0 additions and 1 deletions

View File

@ -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());