diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-11 18:16:35 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-12 11:31:51 +0200 |
commit | ea279143abd62d51b71d1e79b308f9a338e07401 (patch) | |
tree | 25676409625b11edb915766773487c6e2440eb0b /unodevtools | |
parent | d6d3a1f554c86ffcaccf09ff083154587465a46f (diff) |
Fix typos
Change-Id: I151508c5d0b5d010f55d2324d36659ab5715a70c
Reviewed-on: https://gerrit.libreoffice.org/77274
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'unodevtools')
-rw-r--r-- | unodevtools/source/skeletonmaker/javacompskeleton.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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", |