summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/document
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-12-17 14:23:47 +0200
committerNoel Grandin <noel@peralex.com>2014-12-19 11:49:10 +0200
commit581d1e35f86077ce91a59ad3dc4760cda0b19071 (patch)
tree3c363104a6376d101263ce30c9ecb26b7bee1a2e /wizards/com/sun/star/wizards/document
parent68d87e98951ae3ed5f7b863954667bfdd9805985 (diff)
java: reduce visibility of some methods and fields
found by UCDetector Change-Id: I0a0a00d1fae1fed2e6aef198b7a1482d7e7e29f0
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)
{