summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/OfficeDev/Linguistic/XHyphenatedWord_impl.java
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/DevelopersGuide/OfficeDev/Linguistic/XHyphenatedWord_impl.java')
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/Linguistic/XHyphenatedWord_impl.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/odk/examples/DevelopersGuide/OfficeDev/Linguistic/XHyphenatedWord_impl.java b/odk/examples/DevelopersGuide/OfficeDev/Linguistic/XHyphenatedWord_impl.java
index 039b67f89f09..01b9acd7f9c9 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/Linguistic/XHyphenatedWord_impl.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/Linguistic/XHyphenatedWord_impl.java
@@ -37,12 +37,12 @@ import com.sun.star.lang.Locale;
public class XHyphenatedWord_impl implements
com.sun.star.linguistic2.XHyphenatedWord
{
- String aWord;
- String aHyphenatedWord;
- short nHyphenPos;
- short nHyphenationPos;
- Locale aLang;
- boolean bIsAltSpelling;
+ private String aWord;
+ private String aHyphenatedWord;
+ private short nHyphenPos;
+ private short nHyphenationPos;
+ private Locale aLang;
+ private boolean bIsAltSpelling;
public XHyphenatedWord_impl(
String aWord,