summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/document
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/document')
-rw-r--r--wizards/com/sun/star/wizards/document/Shape.java2
-rw-r--r--wizards/com/sun/star/wizards/document/TimeStampControl.java2
2 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 d6e03f3449b1..72c17d7f84f1 100644
--- a/wizards/com/sun/star/wizards/document/Shape.java
+++ b/wizards/com/sun/star/wizards/document/Shape.java
@@ -44,7 +44,7 @@ public class Shape
private Size aSize;
protected XControlShape xControlShape;
private XMultiServiceFactory xMSF;
- public XShapes xShapes;
+ XShapes xShapes;
public Shape(FormHandler _oFormHandler, Point _aPoint, Size _aSize)
{
diff --git a/wizards/com/sun/star/wizards/document/TimeStampControl.java b/wizards/com/sun/star/wizards/document/TimeStampControl.java
index d777375503a7..efd66d0e6d79 100644
--- a/wizards/com/sun/star/wizards/document/TimeStampControl.java
+++ b/wizards/com/sun/star/wizards/document/TimeStampControl.java
@@ -40,7 +40,7 @@ public class TimeStampControl extends DatabaseControl
private double nreldatewidth;
private double nreltimewidth;
private int nDBWidth;
- XShape xShapeGroup;
+ private XShape xShapeGroup;
public TimeStampControl(Resource _oResource, FormHandler _oFormHandler, XNameContainer _xFormName, String _curFieldName, Point _aPoint)
{