From 87e9f1320d65e2e8064824023862998bdb0f6b04 Mon Sep 17 00:00:00 2001 From: arved Date: Mon, 18 Dec 2000 03:37:27 +0000 Subject: [PATCH] Attributes to protected git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193895 13f79535-47bb-0310-9956-ffa450edef68 --- src/org/apache/fop/layout/RegionArea.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/org/apache/fop/layout/RegionArea.java b/src/org/apache/fop/layout/RegionArea.java index d044c4f74..d1b484103 100644 --- a/src/org/apache/fop/layout/RegionArea.java +++ b/src/org/apache/fop/layout/RegionArea.java @@ -53,10 +53,10 @@ import org.apache.fop.fo.properties.*; public class RegionArea { - private int xPosition; - private int yPosition; - private int width; - private int height; + protected int xPosition; + protected int yPosition; + protected int width; + protected int height; public RegionArea(int xPosition, int yPosition, int width, int height) { this.xPosition = xPosition; -- 2.39.5