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 a7b5d2af9d45..ae517250e65d 100644
--- a/wizards/com/sun/star/wizards/common/PlaceholderTextElement.java
+++ b/wizards/com/sun/star/wizards/common/PlaceholderTextElement.java
@@ -26,9 +26,9 @@ import com.sun.star.text.*;
public class PlaceholderTextElement extends TextElement
{
- String hint;
+ private String hint;
String placeHolderText;
- XMultiServiceFactory xmsf;
+ private XMultiServiceFactory xmsf;
public PlaceholderTextElement(XTextRange textRange, String placeHolderText_, String hint_, XMultiServiceFactory xmsf_)
{
@@ -56,7 +56,7 @@ public class PlaceholderTextElement extends TextElement
}
}
- public static XTextContent createPlaceHolder(XMultiServiceFactory xmsf, String ph, String hint)
+ private static XTextContent createPlaceHolder(XMultiServiceFactory xmsf, String ph, String hint)
{
Object placeHolder;
try