diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-03-06 15:20:14 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2024-03-06 17:26:46 +0100 |
commit | 890a2f9a08afd6b2d9c1c9a93ff1383203b6b646 (patch) | |
tree | 30160466eff8cb28b47acf097f9df0fa225ed56f /odk/examples | |
parent | 7fa24bcf126db1d24c81d76fc6afa26b0aa4b0b9 (diff) |
Fix typo
Change-Id: I1bfc868d2b00871887ea105cf968a676000bf67c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164472
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'odk/examples')
-rw-r--r-- | odk/examples/DevelopersGuide/OfficeDev/Linguistic/LinguisticExamples.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/odk/examples/DevelopersGuide/OfficeDev/Linguistic/LinguisticExamples.java b/odk/examples/DevelopersGuide/OfficeDev/Linguistic/LinguisticExamples.java index 35a1a39e6e3b..ef64ccc0c871 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/Linguistic/LinguisticExamples.java +++ b/odk/examples/DevelopersGuide/OfficeDev/Linguistic/LinguisticExamples.java @@ -159,7 +159,7 @@ public class LinguisticExamples // list of property values to used in function calls below. // Only properties with values different from the (default) values - // in the LinguProperties property set need to be supllied. + // in the LinguProperties property set need to be supplied. // Thus we may stay with an empty list in order to use the ones // from the property set. PropertyValue[] aEmptyProps = new PropertyValue[0]; @@ -171,7 +171,7 @@ public class LinguisticExamples // another list of property values to used in function calls below. // Only properties with values different from the (default) values - // in the LinguProperties property set need to be supllied. + // in the LinguProperties property set need to be supplied. PropertyValue[] aProps = new PropertyValue[1]; aProps[0] = new PropertyValue(); aProps[0].Name = "IsIgnoreControlCharacters"; |