From 6f0e7c36e436c66ed267ea446b7d640033bc3742 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Thu, 6 Feb 2014 21:22:42 +0100 Subject: Typo: seam(s) -> seem(s) Change-Id: I840d120644760b61a39ad88b4095056f0f753bb7 --- .../DevelopersGuide/OfficeDev/DesktopEnvironment/NativeView.java | 2 +- .../OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'odk/examples/DevelopersGuide/OfficeDev') 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 { -- cgit