Skip to content

Commit

Permalink
Correct jcSML spreadsheetDrawing package name
Browse files Browse the repository at this point in the history
  • Loading branch information
plutext committed Jun 23, 2019
1 parent 69d9303 commit 57eeab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docx4j-core/src/main/java/org/xlsx4j/jaxb/Context.java
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public class Context {
java.lang.ClassLoader classLoader = Context.class.getClassLoader();

jcSML = JAXBContext.newInstance("org.xlsx4j.sml:" +
"org.docx4j.com.microsoft.schemas.office.excel.x2010.spreadsheetDrawing:" +
"org.xlsx4j.schemas.microsoft.com.office.excel.x2010.spreadsheetDrawing:" +
"org.xlsx4j.schemas.microsoft.com.office.excel_2006.main:" +
"org.xlsx4j.schemas.microsoft.com.office.excel_2008_2.main",classLoader, ProviderProperties.getProviderProperties() );

Expand Down

0 comments on commit 57eeab1

Please sign in to comment.