From ecada6d16942f52b37f45254c341c71a62de9a11 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 29 Aug 2019 08:58:54 +0200 Subject: Fix typo Change-Id: I46650797efa70d6b416356a3e5ed57d26d8e69be Reviewed-on: https://gerrit.libreoffice.org/78252 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- odk/examples/java/Spreadsheet/XCalcAddins.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odk') 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. */ -- cgit