summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/OfficeDev/Linguistic/SampleSpellChecker.java
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 19:24:31 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 10:02:49 -0600
commit99e3bd454bf607c5b561e2dc8e0f7a04f2bc28ed (patch)
tree929fae9a49326c5c92763fdd7c6e3f0def229e0a /odk/examples/DevelopersGuide/OfficeDev/Linguistic/SampleSpellChecker.java
parent91ff31b6f7c2fd217518f54396bbca6d4bde98a3 (diff)
Remove visual noise from odk
Change-Id: I5638e2d37827c2d7322b72bf6ce176ac843639f1 Reviewed-on: https://gerrit.libreoffice.org/8285 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'odk/examples/DevelopersGuide/OfficeDev/Linguistic/SampleSpellChecker.java')
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/Linguistic/SampleSpellChecker.java24
1 files changed, 12 insertions, 12 deletions
diff --git a/odk/examples/DevelopersGuide/OfficeDev/Linguistic/SampleSpellChecker.java b/odk/examples/DevelopersGuide/OfficeDev/Linguistic/SampleSpellChecker.java
index 2ae92beb043b..00fbab8365d9 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/Linguistic/SampleSpellChecker.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/Linguistic/SampleSpellChecker.java
@@ -253,9 +253,9 @@ public class SampleSpellChecker extends ComponentBase implements
// __________ interface methods __________
- //*****************
+
//XSupportedLocales
- //*****************
+
public Locale[] getLocales()
throws com.sun.star.uno.RuntimeException
{
@@ -279,9 +279,9 @@ public class SampleSpellChecker extends ComponentBase implements
}
- //*************
+
//XSpellChecker
- //*************
+
public boolean isValid(
String aWord, Locale aLocale,
PropertyValue[] aProperties )
@@ -344,9 +344,9 @@ public class SampleSpellChecker extends ComponentBase implements
}
- //*****************************
+
//XLinguServiceEventBroadcaster
- //*****************************
+
public boolean addLinguServiceEventListener (
XLinguServiceEventListener xLstnr )
throws com.sun.star.uno.RuntimeException
@@ -367,18 +367,18 @@ public class SampleSpellChecker extends ComponentBase implements
return bRes;
}
- //********************
+
// XServiceDisplayName
- //********************
+
public String getServiceDisplayName( Locale aLocale )
throws com.sun.star.uno.RuntimeException
{
return "Java Samples";
}
- //****************
+
// XInitialization
- //****************
+
public void initialize( Object[] aArguments )
throws com.sun.star.uno.Exception,
com.sun.star.uno.RuntimeException
@@ -393,9 +393,9 @@ public class SampleSpellChecker extends ComponentBase implements
}
}
- //*************
+
// XServiceInfo
- //*************
+
public boolean supportsService( String aServiceName )
throws com.sun.star.uno.RuntimeException
{