summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/Forms
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-20 18:05:48 +0200
committerAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-20 22:39:25 +0200
commitdd950a6edbd3abc45409724be8cabe1dee71b63d (patch)
treead898067d9e7b9af0c06ed21fc83b6f00f22d6a1 /odk/examples/DevelopersGuide/Forms
parent2286eb08e7a6a820ec71ed22945cf422fa88a16a (diff)
Fix typos
Change-Id: Ib361243332b7219c0073c787c378c648e44705f2 Reviewed-on: https://gerrit.libreoffice.org/75487 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'odk/examples/DevelopersGuide/Forms')
-rw-r--r--odk/examples/DevelopersGuide/Forms/KeyGenerator.java2
-rw-r--r--odk/examples/DevelopersGuide/Forms/SalesFilter.java4
2 files changed, 3 insertions, 3 deletions
diff --git a/odk/examples/DevelopersGuide/Forms/KeyGenerator.java b/odk/examples/DevelopersGuide/Forms/KeyGenerator.java
index 08beae57c63d..43e5acdfade4 100644
--- a/odk/examples/DevelopersGuide/Forms/KeyGenerator.java
+++ b/odk/examples/DevelopersGuide/Forms/KeyGenerator.java
@@ -98,7 +98,7 @@ class UniqueColumnValue
@returns
a String which can be used as statement to retrieve a unique value for the given column.
- The result set resulting from such a execution contains the value in its first column.
+ The result set resulting from such an execution contains the value in its first column.
*/
private String composeUniqueyKeyStatement( XPropertySet xForm, String sFieldName ) throws com.sun.star.uno.Exception
{
diff --git a/odk/examples/DevelopersGuide/Forms/SalesFilter.java b/odk/examples/DevelopersGuide/Forms/SalesFilter.java
index 9082772517c5..519e3e80ce65 100644
--- a/odk/examples/DevelopersGuide/Forms/SalesFilter.java
+++ b/odk/examples/DevelopersGuide/Forms/SalesFilter.java
@@ -280,7 +280,7 @@ class SalesFilter implements XActionListener, XPropertyChangeListener, XResetLis
}
/* ------------------------------------------------------------------ */
- /** checks if the given filter index referes to the "<other>" entry which
+ /** checks if the given filter index refers to the "<other>" entry which
allows the user to manually enter a date
*/
final private boolean isManualFilter( short nFilterIndex )
@@ -458,7 +458,7 @@ class SalesFilter implements XActionListener, XPropertyChangeListener, XResetLis
return false;
// do not allow the date field to be reset - it would set its content
// to the current date
- // Note that another possible solution would be to wait for the resetted
+ // Note that another possible solution would be to wait for the reset
// event and correct the value there
}