summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-02-06 21:22:42 +0100
committerJulien Nabet <serval2412@yahoo.fr>2014-02-06 21:22:42 +0100
commit6f0e7c36e436c66ed267ea446b7d640033bc3742 (patch)
tree88006cc5def5e5dfefe7c005438173fddfa0f8d9 /odk
parent668fefcea085f39a6fa610b93a712c5e250ccf1a (diff)
Typo: seam(s) -> seem(s)
Change-Id: I840d120644760b61a39ad88b4095056f0f753bb7
Diffstat (limited to 'odk')
-rw-r--r--odk/examples/DevelopersGuide/Components/Addons/JobsAddon/AsyncJob.java4
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/NativeView.java2
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java4
3 files changed, 5 insertions, 5 deletions
diff --git a/odk/examples/DevelopersGuide/Components/Addons/JobsAddon/AsyncJob.java b/odk/examples/DevelopersGuide/Components/Addons/JobsAddon/AsyncJob.java
index 081502be7016..d0ffaafebaa7 100644
--- a/odk/examples/DevelopersGuide/Components/Addons/JobsAddon/AsyncJob.java
+++ b/odk/examples/DevelopersGuide/Components/Addons/JobsAddon/AsyncJob.java
@@ -55,7 +55,7 @@ public class AsyncJob extends WeakBase implements XServiceInfo, XAsyncJob
public static final java.lang.String[] SERVICENAMES = {"com.sun.star.task.AsyncJob"};
/** the const uno implementation name.
- * It must be an unique value! The best naming schema seams to use
+ * It must be an unique value! The best naming schema seems to use
* a registered domain in reverse order ...
*/
public static final java.lang.String IMPLEMENTATIONNAME = "com.sun.star.comp.framework.java.services.AsyncJob";
@@ -86,7 +86,7 @@ public class AsyncJob extends WeakBase implements XServiceInfo, XAsyncJob
* callback to the executor of this job, which control our life time
*
* @throws com.sun.star.lang.IllegalArgumentException
- * if given argument list seams to be wrong
+ * if given argument list seems to be wrong
*/
public synchronized void executeAsync(com.sun.star.beans.NamedValue[] lArgs ,
com.sun.star.task.XJobListener xListener)
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/NativeView.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/NativeView.java
index d374af04864b..270baf201062 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/NativeView.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/NativeView.java
@@ -74,7 +74,7 @@ public class NativeView extends java.awt.Canvas
* (e.g. get the window handle and necessary system information)
*
* Why here?
- * Because the handle seams to be available for already visible windows
+ * Because the handle seems to be available for already visible windows
* only. So it's the best place to get it. Special helper method
* can be called more then ones - but call native code one times only
* and safe the handle and the system type on our members maHandle/maSystem!
diff --git a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java b/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java
index 7dfce4705dd0..1dc93286f94c 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java
@@ -248,7 +248,7 @@ public class AsciiReplaceFilter
* the document model for importing
*
* @throw IllegalArgumentException
- * if given document isn't the right one or seams to be corrupt
+ * if given document isn't the right one or seems to be corrupt
*/
public void setTargetDocument( com.sun.star.lang.XComponent xDocument ) throws com.sun.star.lang.IllegalArgumentException
{
@@ -284,7 +284,7 @@ public class AsciiReplaceFilter
* the document model for exporting
*
* @throw IllegalArgumentException
- * if given document isn't the right one or seams to be corrupt
+ * if given document isn't the right one or seems to be corrupt
*/
public void setSourceDocument( com.sun.star.lang.XComponent xDocument ) throws com.sun.star.lang.IllegalArgumentException
{