summaryrefslogtreecommitdiff
path: root/reportbuilder/java/org/libreoffice/report/pentaho/output/StyleUtilities.java
diff options
context:
space:
mode:
Diffstat (limited to 'reportbuilder/java/org/libreoffice/report/pentaho/output/StyleUtilities.java')
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/output/StyleUtilities.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/output/StyleUtilities.java b/reportbuilder/java/org/libreoffice/report/pentaho/output/StyleUtilities.java
index e0724596773e..8ba9231850cd 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/output/StyleUtilities.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/output/StyleUtilities.java
@@ -242,7 +242,7 @@ public class StyleUtilities
}
catch (CloneNotSupportedException e)
{
- throw new ReportProcessingException("Failed to clone font-face element");
+ throw new ReportProcessingException("Failed to clone font-face element", e);
}
}
@@ -308,7 +308,7 @@ public class StyleUtilities
}
catch (CloneNotSupportedException e)
{
- throw new ReportProcessingException("Failed to copy style. This should not have happened.");
+ throw new ReportProcessingException("Failed to copy style. This should not have happened.", e);
}
}
else