diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-07-25 09:25:05 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-07-25 09:25:05 +0000 |
commit | c62002e7ba87b8b5755c409c8efa4b1f13958557 (patch) | |
tree | 4fb280a2b81fe6fb2dac9583ab7c83378ff46543 /poi-ooxml-lite | |
parent | 2a749dc671ff33b96e0ba2b24a17cd876193a2d9 (diff) | |
download | poi-c62002e7ba87b8b5755c409c8efa4b1f13958557.tar.gz poi-c62002e7ba87b8b5755c409c8efa4b1f13958557.zip |
refactor smart art code
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903000 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-ooxml-lite')
-rw-r--r-- | poi-ooxml-lite/src/main/java9/module-info.java | 4 |
1 files changed, 3 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 bca989c46b..69de73fa64 100644 --- a/poi-ooxml-lite/src/main/java9/module-info.java +++ b/poi-ooxml-lite/src/main/java9/module-info.java @@ -26,6 +26,7 @@ open module org.apache.poi.ooxml.schemas { exports com.microsoft.schemas.compatibility; + exports com.microsoft.schemas.office.drawing.x2008.diagram; exports com.microsoft.schemas.office.excel; exports com.microsoft.schemas.office.office; exports com.microsoft.schemas.office.visio.x2012.main; @@ -37,6 +38,7 @@ open module org.apache.poi.ooxml.schemas { exports org.etsi.uri.x01903.v13; exports org.etsi.uri.x01903.v14; exports org.openxmlformats.schemas.drawingml.x2006.chart; + exports org.openxmlformats.schemas.drawingml.x2006.diagram; exports org.openxmlformats.schemas.drawingml.x2006.main; exports org.openxmlformats.schemas.drawingml.x2006.picture; exports org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing; @@ -52,4 +54,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 +} |