summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/document/Shape.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/document/Shape.java')
-rw-r--r--wizards/com/sun/star/wizards/document/Shape.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/com/sun/star/wizards/document/Shape.java b/wizards/com/sun/star/wizards/document/Shape.java
index 93f0606a4207..d6e03f3449b1 100644
--- a/wizards/com/sun/star/wizards/document/Shape.java
+++ b/wizards/com/sun/star/wizards/document/Shape.java
@@ -41,9 +41,9 @@ public class Shape
protected FormHandler oFormHandler;
public XServiceInfo xServiceInfo;
protected Point aPoint;
- protected Size aSize;
+ private Size aSize;
protected XControlShape xControlShape;
- public XMultiServiceFactory xMSF;
+ private XMultiServiceFactory xMSF;
public XShapes xShapes;
public Shape(FormHandler _oFormHandler, Point _aPoint, Size _aSize)