summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-12 17:03:26 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-03-12 20:02:11 +0000
commit127b2e59995f3abcf1593138cd27af9f375d7b1b (patch)
treeecb54995e92a5ee3f2c3173df732d2457b04361e /odk
parent975bfbe29dc92de8d9e081685d2377ea8f7ce62e (diff)
Fix typos
Change-Id: I63da858b3f264cd099e60192633b44d362b6fad7 Reviewed-on: https://gerrit.libreoffice.org/35055 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'odk')
-rw-r--r--odk/examples/DevelopersGuide/Database/CodeSamples.java2
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/DocumentView.java2
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusView.java4
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/FilterOptions.java2
-rw-r--r--odk/examples/DevelopersGuide/ScriptingFramework/SayHello/build.xml2
-rw-r--r--odk/examples/DevelopersGuide/ScriptingFramework/ScriptSelector/build.xml2
6 files changed, 7 insertions, 7 deletions
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 @@
<property name="macroname" value="SayHello"/>
<property name="unopkgfile" value="${basedir}/${macroname}.uno.pkg"/>
- <!-- ==================== intialise properties ========================= -->
+ <!-- ==================== initialise properties ========================= -->
<target name="checksdk">
<condition property="UsingSDK">
<available file="${env.OFFICE_PROGRAM_PATH}"/>
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 @@
<property name="macroname" value="ScriptSelector"/>
<property name="unopkgfile" value="${basedir}/${macroname}.uno.pkg"/>
- <!-- ==================== intialise properties ========================= -->
+ <!-- ==================== initialise properties ========================= -->
<target name="checksdk">
<condition property="UsingSDK">
<available file="${env.OFFICE_PROGRAM_PATH}"/>