()
| 416 | } |
| 417 | |
| 418 | @Override |
| 419 | protected void commit() throws IOException { |
| 420 | PackagePart part = getPackagePart(); |
| 421 | OutputStream out = part.getOutputStream(); |
| 422 | writeTo(out); |
| 423 | out.close(); |
| 424 | } |
| 425 | |
| 426 | private void initialize() { |
| 427 | //CTFont ctFont = createDefaultFont(); |
nothing calls this directly
no test coverage detected