From ea279143abd62d51b71d1e79b308f9a338e07401 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 11 Aug 2019 18:16:35 +0200 Subject: Fix typos Change-Id: I151508c5d0b5d010f55d2324d36659ab5715a70c Reviewed-on: https://gerrit.libreoffice.org/77274 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- unodevtools/source/skeletonmaker/javacompskeleton.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'unodevtools') diff --git a/unodevtools/source/skeletonmaker/javacompskeleton.cxx b/unodevtools/source/skeletonmaker/javacompskeleton.cxx index 04cd31cb22a3..2cb684366431 100644 --- a/unodevtools/source/skeletonmaker/javacompskeleton.cxx +++ b/unodevtools/source/skeletonmaker/javacompskeleton.cxx @@ -816,7 +816,7 @@ void generateSkeleton(ProgramOptions const & options, } if (options.componenttype == 3) { - // the Protocolhandler service is mandatory for an protocol handler add-on, + // the Protocolhandler service is mandatory for a protocol handler add-on, // so it is defaulted. The XDispatchProvider provides Dispatch objects for // certain functions and the generated impl object implements XDispatch // directly for simplicity reasons. @@ -836,7 +836,7 @@ void generateSkeleton(ProgramOptions const & options, // if backwardcompatible==true the AddIn service needs to be added to the // supported service list, the necessary intefaces are mapped to the add-in // configuration. Since OO.org 2.0.4 this is obsolete and the add-in is - // take form the configuration from Calc directly, this simplifies the + // taken from the configuration from Calc directly, this simplifies the // add-in code if (options.backwardcompatible) { checkType(manager, "com.sun.star.sheet.AddIn", -- cgit