You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2022/03/09 20:43:39 UTC

svn commit: r1898804 - /poi/trunk/poi-ooxml/src/main/java/org/apache/poi/ooxml/extractor/POIXMLPropertiesTextExtractor.java

Author: fanningpj
Date: Wed Mar  9 20:43:38 2022
New Revision: 1898804

URL: http://svn.apache.org/viewvc?rev=1898804&view=rev
Log:
[bug-65946] remove duplicate Category property from extracted properties

Modified:
    poi/trunk/poi-ooxml/src/main/java/org/apache/poi/ooxml/extractor/POIXMLPropertiesTextExtractor.java

Modified: poi/trunk/poi-ooxml/src/main/java/org/apache/poi/ooxml/extractor/POIXMLPropertiesTextExtractor.java
URL: http://svn.apache.org/viewvc/poi/trunk/poi-ooxml/src/main/java/org/apache/poi/ooxml/extractor/POIXMLPropertiesTextExtractor.java?rev=1898804&r1=1898803&r2=1898804&view=diff
==============================================================================
--- poi/trunk/poi-ooxml/src/main/java/org/apache/poi/ooxml/extractor/POIXMLPropertiesTextExtractor.java (original)
+++ poi/trunk/poi-ooxml/src/main/java/org/apache/poi/ooxml/extractor/POIXMLPropertiesTextExtractor.java Wed Mar  9 20:43:38 2022
@@ -113,7 +113,6 @@ public class POIXMLPropertiesTextExtract
                 document.getProperties().getCoreProperties().getUnderlyingProperties();
 
         appendIfPresent(text, "Category", props.getCategoryProperty());
-        appendIfPresent(text, "Category", props.getCategoryProperty());
         appendIfPresent(text, "ContentStatus", props.getContentStatusProperty());
         appendIfPresent(text, "ContentType", props.getContentTypeProperty());
         appendDateIfPresent(text, "Created", props.getCreatedProperty());



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org