summaryrefslogtreecommitdiffstats
path: root/odk
diff options
context:
space:
mode:
Diffstat (limited to 'odk')
-rw-r--r--odk/examples/DevelopersGuide/Components/SimpleLicense/LicenseTest.java4
-rw-r--r--odk/examples/java/MinimalComponent/MinimalComponent.java4
2 files changed, 4 insertions, 4 deletions
diff --git a/odk/examples/DevelopersGuide/Components/SimpleLicense/LicenseTest.java b/odk/examples/DevelopersGuide/Components/SimpleLicense/LicenseTest.java
index 372f6c2dfa04..b47aa70082ef 100644
--- a/odk/examples/DevelopersGuide/Components/SimpleLicense/LicenseTest.java
+++ b/odk/examples/DevelopersGuide/Components/SimpleLicense/LicenseTest.java
@@ -118,8 +118,8 @@ public class LicenseTest {
*/
public void initialize( Object[] object )
throws com.sun.star.uno.Exception {
- /* The component describes what arguments its expected and in which
- * order!At this point you can read the objects and can initialize
+ /* The component describes what arguments are expected and in which
+ * order! At this point you can read the objects and initialize
* your component using these objects.
*/
}
diff --git a/odk/examples/java/MinimalComponent/MinimalComponent.java b/odk/examples/java/MinimalComponent/MinimalComponent.java
index b18a777eb373..b8efbafcc429 100644
--- a/odk/examples/java/MinimalComponent/MinimalComponent.java
+++ b/odk/examples/java/MinimalComponent/MinimalComponent.java
@@ -91,8 +91,8 @@ public class MinimalComponent {
*/
public void initialize( Object[] object )
throws com.sun.star.uno.Exception {
- /* The component describes what arguments its expected and in which
- * order!At this point you can read the objects and can initialize
+ /* The component describes what arguments are expected and in which
+ * order! At this point you can read the objects and initialize
* your component using these objects.
*/
}