]> source.dussan.org Git - poi.git/commit
Fix bug #49386 - avoid NPE when extracting OOXML file properties which are dates
authorNick Burch <nick@apache.org>
Fri, 4 Jun 2010 12:02:36 +0000 (12:02 +0000)
committerNick Burch <nick@apache.org>
Fri, 4 Jun 2010 12:02:36 +0000 (12:02 +0000)
commitc1c954d14e190574c51b9106dd16a3d30d53e396
tree73f2df866c15d249c0ed2d23e61e336ca40a4a62
parentbf86a2f7bf70941fa8c47540a46edbe71ca2bfcb
Fix bug #49386 - avoid NPE when extracting OOXML file properties which are dates
Also tidy up POIXMLPropertiesTextExtractor to exclude properties which are missing

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@951384 13f79535-47bb-0310-9956-ffa450edef68
src/documentation/content/xdocs/status.xml
src/ooxml/java/org/apache/poi/POIXMLPropertiesTextExtractor.java
src/ooxml/java/org/apache/poi/openxml4j/opc/internal/PackagePropertiesPart.java
src/ooxml/testcases/org/apache/poi/TestXMLPropertiesTextExtractor.java
test-data/slideshow/49386-null_dates.pptx [new file with mode: 0644]