diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-29 08:58:54 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-29 09:03:17 +0200 |
commit | ecada6d16942f52b37f45254c341c71a62de9a11 (patch) | |
tree | c5f4b824ea5ac46f55d8295727be2e1c1636fdbb /odk | |
parent | 95ada3e44b7e52f7545a152278244b99e8340627 (diff) |
Fix typo
Change-Id: I46650797efa70d6b416356a3e5ed57d26d8e69be
Reviewed-on: https://gerrit.libreoffice.org/78252
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'odk')
-rw-r--r-- | odk/examples/java/Spreadsheet/XCalcAddins.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/java/Spreadsheet/XCalcAddins.idl b/odk/examples/java/Spreadsheet/XCalcAddins.idl index 2c6dd3859207..79767b12c42e 100644 --- a/odk/examples/java/Spreadsheet/XCalcAddins.idl +++ b/odk/examples/java/Spreadsheet/XCalcAddins.idl @@ -49,7 +49,7 @@ module org { any number of arguments after xOptions. Furthermore, you could replace the name of the service and the interface, but only if you want to replace this name in all - your project files. This example will work with tNecessaryhe default + your project files. This example will work with the necessary default names. Interface names should start with an X prefix. */ |