Version 3.6.0.4, tag libreoffice-3.6.0.4
[LibreOffice.git] / jfreereport / patches / librepository-1.1.6-deprecated.patch
bloba266efc4bb7908383724a03b838ef22f3481310a
1 --- misc/librepository-1.1.6/source/org/pentaho/reporting/libraries/repository/ContentIOException.java 2010-04-27 16:04:50.000000000 +0200
2 +++ misc/build/librepository-1.1.6/source/org/pentaho/reporting/libraries/repository/ContentIOException.java 2011-06-13 01:44:35.000000000 +0200
3 @@ -43,7 +43,7 @@
4 */
5 public ContentIOException(final String message, final Exception ex)
7 - super(message, ex);
8 + super(message, (Throwable) ex);
11 /**