From c62002e7ba87b8b5755c409c8efa4b1f13958557 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Mon, 25 Jul 2022 09:25:05 +0000 Subject: refactor smart art code git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903000 13f79535-47bb-0310-9956-ffa450edef68 --- poi-ooxml-lite/src/main/java9/module-info.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'poi-ooxml-lite') 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 +} -- cgit v1.2.3