]> source.dussan.org Git - poi.git/commitdiff
revert accidental change
authorPJ Fanning <fanningpj@apache.org>
Mon, 12 Jul 2021 09:54:00 +0000 (09:54 +0000)
committerPJ Fanning <fanningpj@apache.org>
Mon, 12 Jul 2021 09:54:00 +0000 (09:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891476 13f79535-47bb-0310-9956-ffa450edef68

poi-ooxml-lite/src/main/java9/module-info.java

index 2559d369d8c921663a34c6f46b1abb71e33fa166..ea4e1e60ced5059b979c44e13aec529a043e2f0f 100644 (file)
@@ -29,6 +29,7 @@ open module org.apache.poi.ooxml.schemas {
     exports com.microsoft.schemas.office.excel;
     exports com.microsoft.schemas.office.office;
     exports com.microsoft.schemas.office.visio.x2012.main;
+    exports com.microsoft.schemas.office.word;
     exports com.microsoft.schemas.office.x2006.digsig;
     exports com.microsoft.schemas.vml;
     exports org.apache.poi.schemas.ooxml.system.ooxml;
@@ -50,4 +51,4 @@ open module org.apache.poi.ooxml.schemas {
     exports org.openxmlformats.schemas.wordprocessingml.x2006.main;
     exports org.openxmlformats.schemas.xpackage.x2006.digitalSignature;
     exports org.w3.x2000.x09.xmldsig;
-}
\ No newline at end of file
+}