This repository has been archived by the owner on Nov 9, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 OOXML: Fix regression introduced in 271f1e6
If a part exists without a linked relation, the deletePart method throws an exception: `throw new IllegalArgumentException("partName");` This is not the expected behaviour here: malformed files, or partly sanitized files match this pattern. Instead, we check if the relationship exists and is in the package.
- Loading branch information