private void saveTOC()

in src/main/java/org/apache/maven/plugins/pdf/PdfMojo.java [1065:1071]


    private void saveTOC(DocumentTOC toc, Locale locale) {
        try {
            TocFileHelper.saveTOC(getWorkingDirectory(), toc, locale);
        } catch (IOException e) {
            getLog().error("Error while writing table of contents", e);
        }
    }