From 127b2e59995f3abcf1593138cd27af9f375d7b1b Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 12 Mar 2017 17:03:26 +0100 Subject: Fix typos Change-Id: I63da858b3f264cd099e60192633b44d362b6fad7 Reviewed-on: https://gerrit.libreoffice.org/35055 Tested-by: Jenkins Reviewed-by: Julien Nabet --- odk/examples/DevelopersGuide/Database/CodeSamples.java | 2 +- .../DevelopersGuide/OfficeDev/DesktopEnvironment/DocumentView.java | 2 +- .../DevelopersGuide/OfficeDev/DesktopEnvironment/StatusView.java | 4 ++-- .../OfficeDev/FilterDevelopment/AsciiFilter/FilterOptions.java | 2 +- odk/examples/DevelopersGuide/ScriptingFramework/SayHello/build.xml | 2 +- .../DevelopersGuide/ScriptingFramework/ScriptSelector/build.xml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) (limited to 'odk') diff --git a/odk/examples/DevelopersGuide/Database/CodeSamples.java b/odk/examples/DevelopersGuide/Database/CodeSamples.java index c40496ea5932..094901feb259 100644 --- a/odk/examples/DevelopersGuide/Database/CodeSamples.java +++ b/odk/examples/DevelopersGuide/Database/CodeSamples.java @@ -112,7 +112,7 @@ public class CodeSamples System.exit(0); } - // check if the connection is not null aand dispose it later on. + // check if the connection is not null and dispose it later on. public static void checkConnection(XConnection con) { if(con != null) diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/DocumentView.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/DocumentView.java index f91f7d8f7ecc..12246aca65a4 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/DocumentView.java +++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/DocumentView.java @@ -206,7 +206,7 @@ public class DocumentView extends JFrame public void createFrame() { // create view frame (as a XFrame!) here - // Look for right view mode setted by user command line parameter. + // Look for right view mode set by user command line parameter. // First try to get a new unambigous frame name from our global ViewContainer. if(ViewContainer.mbInplace) { diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusView.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusView.java index 72ec89a1e8c1..c3afb6061999 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusView.java +++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusView.java @@ -220,8 +220,8 @@ public class StatusView extends JPanel return; // create some listener on given frame for available status events - // Created listener instances will register herself on this frame and - // show her received information automatically on setted UI controls. + // Created listener instances will register themselves on this frame and + // show it received information automatically on set UI controls. m_aFontListener = new StatusListener(m_laFontValue ,FONT_ON ,FONT_OFF ,xFrame, FEATUREURL_FONT ); m_aSizeListener = new StatusListener(m_laSizeValue ,SIZE_ON ,SIZE_OFF ,xFrame, FEATUREURL_SIZE ); m_aBoldListener = new StatusListener(m_laBoldValue ,BOLD_ON ,BOLD_OFF ,xFrame, FEATUREURL_BOLD ); diff --git a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/FilterOptions.java b/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/FilterOptions.java index a560d51fdc69..3a233957b240 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/FilterOptions.java +++ b/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/FilterOptions.java @@ -163,7 +163,7 @@ public class FilterOptions catch(com.sun.star.lang.IllegalArgumentException exConvert) { // ONE argument has the wrong type - // But I think we mustn't react here - because we setted + // But I think we mustn't react here - because we set // default values for every necessary item we need. // In case this exception occurs - this default exist // and we can live with it. diff --git a/odk/examples/DevelopersGuide/ScriptingFramework/SayHello/build.xml b/odk/examples/DevelopersGuide/ScriptingFramework/SayHello/build.xml index 93e358785121..ae23fae58857 100644 --- a/odk/examples/DevelopersGuide/ScriptingFramework/SayHello/build.xml +++ b/odk/examples/DevelopersGuide/ScriptingFramework/SayHello/build.xml @@ -23,7 +23,7 @@ - + diff --git a/odk/examples/DevelopersGuide/ScriptingFramework/ScriptSelector/build.xml b/odk/examples/DevelopersGuide/ScriptingFramework/ScriptSelector/build.xml index 7979b231445f..88e0b8b60518 100644 --- a/odk/examples/DevelopersGuide/ScriptingFramework/ScriptSelector/build.xml +++ b/odk/examples/DevelopersGuide/ScriptingFramework/ScriptSelector/build.xml @@ -23,7 +23,7 @@ - + -- cgit