From 49ee2648a31a64069ca7bfdf7d4a97a9cd0ce5f2 Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Thu, 5 Jan 2006 10:24:18 +0000 Subject: Bugzilla #38132: Bugfix: Certain border styles could lead to a NullPointerException. inset and groove are now mapped to RTF's "engrave", outset and ridge to "emboss". If no mapping can be found the "solid" style is used. Before null was returned which was the cause for the NPE. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@366148 13f79535-47bb-0310-9956-ffa450edef68 --- status.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'status.xml') diff --git a/status.xml b/status.xml index 403c91bc2..a0a333cb0 100644 --- a/status.xml +++ b/status.xml @@ -27,6 +27,9 @@ + + Bugfix: Certain border styles could lead to a NullPointerException. + Bugfix: Space was not adjusted if the space was on a nested block. This could lead to content overflowing the bottom of a page. -- cgit v1.2.3