This commit is contained in:
Efstratios Giannopoulos 2024-05-10 10:15:10 +03:00
parent 4527634953
commit 4ab7e3d925
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ public class WordBuilderImpl implements WordBuilder {
captionRun.setText("Image " + imageCount);
}
} catch (IOException | InvalidFormatException e) {
} catch (Exception e) {
logger.error(e.getMessage(), e);
}
return paragraph;