diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-09 17:13:59 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-09 18:02:08 +0200 |
commit | e6c036915b75cd5c81323e337a8604701b869052 (patch) | |
tree | 75eb436ed26dcffbbc9659206b35436bc13fe6f9 /unodevtools | |
parent | b8c87fa294678180191588134b9e9c7993a659fc (diff) |
Fix typos
Change-Id: Ie63c7b2d8bf9579b7b41d7bae515818c8d5706dc
Reviewed-on: https://gerrit.libreoffice.org/77217
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'unodevtools')
-rw-r--r-- | unodevtools/source/skeletonmaker/cppcompskeleton.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unodevtools/source/skeletonmaker/cppcompskeleton.cxx b/unodevtools/source/skeletonmaker/cppcompskeleton.cxx index 2d0eb0d3e45f..8ea19cbead94 100644 --- a/unodevtools/source/skeletonmaker/cppcompskeleton.cxx +++ b/unodevtools/source/skeletonmaker/cppcompskeleton.cxx @@ -944,7 +944,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. @@ -1093,7 +1093,7 @@ void generateCalcAddin(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", |