Version 3.6.0.4, tag libreoffice-3.6.0.4
[LibreOffice.git] / jfreereport / patches / libfonts-1.1.6-deprecated.patch
blobeb2ab8c76c10f24ca22b0bfebcd85a670914317d
1 --- misc/libfonts-1.1.6/source/org/pentaho/reporting/libraries/fonts/FontException.java 2010-04-27 16:09:00.000000000 +0200
2 +++ misc/build/libfonts-1.1.6/source/org/pentaho/reporting/libraries/fonts/FontException.java 2011-06-13 02:04:51.000000000 +0200
3 @@ -39,7 +39,7 @@
4 */
5 public FontException(final String message, final Exception ex)
7 - super(message, ex);
8 + super(message, (Throwable) ex);
11 /**