diff options
Diffstat (limited to 'src/java/org/apache/fop/area/BookmarkData.java')
-rw-r--r-- | src/java/org/apache/fop/area/BookmarkData.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/java/org/apache/fop/area/BookmarkData.java b/src/java/org/apache/fop/area/BookmarkData.java index 06c72d57b..92f008d97 100644 --- a/src/java/org/apache/fop/area/BookmarkData.java +++ b/src/java/org/apache/fop/area/BookmarkData.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2004 The Apache Software Foundation. + * Copyright 1999-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -30,7 +30,7 @@ import org.apache.fop.fo.pagination.bookmarks.Bookmark; * its child bookmark-items, or a bookmark-item and the child * child bookmark-items under it. */ -public class BookmarkData extends OffDocumentItem implements Resolvable { +public class BookmarkData extends AbstractOffDocumentItem implements Resolvable { private ArrayList subData = new ArrayList(); // bookmark-title for this fo:bookmark |