Skip to content

Commit

Permalink
Fixes #333 (prefix used in rels part, which LibreOffice doesn't like)
Browse files Browse the repository at this point in the history
  • Loading branch information
plutext committed Nov 30, 2018
1 parent 5cde876 commit 94363e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ public static Object getPrefixMapperRelationshipsPart() throws JAXBException {
Marshaller m=testContext.createMarshaller();

if (isJava9orLater()) {
return tryUsingRI(m);
return tryRIforRelationshipsPart(m);
}

// (new Throwable()).printStackTrace();
Expand Down

0 comments on commit 94363e1

Please sign in to comment.