Browse Source

Fixed build problem. FOPException is no longer thrown there.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@649420 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-1_0
Jeremias Maerki 16 years ago
parent
commit
85946488d7
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      src/java/org/apache/fop/render/rtf/RTFHandler.java

+ 0
- 3
src/java/org/apache/fop/render/rtf/RTFHandler.java View File

@@ -242,9 +242,6 @@ public class RTFHandler extends FOEventHandler {
bFooterSpecified = false;
} catch (IOException ioe) {
handleIOTrouble(ioe);
} catch (FOPException fope) {
// TODO could we throw Exception in all FOEventHandler events?
log.error("startPageSequence: " + fope.getMessage(), fope);
}
}


Loading…
Cancel
Save