summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/common/PlaceholderTextElement.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/common/PlaceholderTextElement.java')
-rw-r--r--wizards/com/sun/star/wizards/common/PlaceholderTextElement.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/wizards/com/sun/star/wizards/common/PlaceholderTextElement.java b/wizards/com/sun/star/wizards/common/PlaceholderTextElement.java
index ea5a7617d276..ea0a84cbd983 100644
--- a/wizards/com/sun/star/wizards/common/PlaceholderTextElement.java
+++ b/wizards/com/sun/star/wizards/common/PlaceholderTextElement.java
@@ -29,9 +29,9 @@ import com.sun.star.wizards.common.PlaceholderTextElement;
public class PlaceholderTextElement extends TextElement
{
- String hint;
- String placeHolderText;
- XMultiServiceFactory xmsf;
+ private String hint;
+ private String placeHolderText;
+ private XMultiServiceFactory xmsf;
TextDocument templateDocument;
public PlaceholderTextElement(XTextRange textRange, String placeHolderText_, String hint_, XMultiServiceFactory xmsf_)