aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml-lite
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2021-07-12 09:54:00 +0000
committerPJ Fanning <fanningpj@apache.org>2021-07-12 09:54:00 +0000
commit4b85fe460d6773fcffdb14f6c00bb7b6da4680dd (patch)
tree2eafdb80197cc9e0a887fe76293e725c80eb81f0 /poi-ooxml-lite
parent21dc03f9a7f49bdd587d8aeef8b1b9dbdcd3ba76 (diff)
downloadpoi-4b85fe460d6773fcffdb14f6c00bb7b6da4680dd.tar.gz
poi-4b85fe460d6773fcffdb14f6c00bb7b6da4680dd.zip
revert accidental change
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891476 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-ooxml-lite')
-rw-r--r--poi-ooxml-lite/src/main/java9/module-info.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/poi-ooxml-lite/src/main/java9/module-info.java b/poi-ooxml-lite/src/main/java9/module-info.java
index 2559d369d8..ea4e1e60ce 100644
--- a/poi-ooxml-lite/src/main/java9/module-info.java
+++ b/poi-ooxml-lite/src/main/java9/module-info.java
@@ -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
+}