diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-03-12 15:48:13 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-03-12 15:56:04 +0200 |
commit | c15913b273c74bbfe7b24f99934e09a3249a81a9 (patch) | |
tree | 2b4e4cd175ad2ebcfbfd00a187e1b1e747a73cfe /unodevtools | |
parent | 360c7e573f0ce4b6a892bb7f7e51b9267bed5a6d (diff) |
Spelling fix: suported
Change-Id: I3b67edd5ba4541a65cb0916abea6db1362c32afd
Diffstat (limited to 'unodevtools')
-rw-r--r-- | unodevtools/source/skeletonmaker/cppcompskeleton.cxx | 2 | ||||
-rw-r--r-- | unodevtools/source/skeletonmaker/javacompskeleton.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/unodevtools/source/skeletonmaker/cppcompskeleton.cxx b/unodevtools/source/skeletonmaker/cppcompskeleton.cxx index 5ce7501634d8..3b47a0103f5d 100644 --- a/unodevtools/source/skeletonmaker/cppcompskeleton.cxx +++ b/unodevtools/source/skeletonmaker/cppcompskeleton.cxx @@ -1115,7 +1115,7 @@ void generateCalcAddin(ProgramOptions const & options, } // if backwardcompatible==true the AddIn service needs to be added to the - // suported service list, the necessary intefaces are mapped to the add-in + // 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 // add-in code diff --git a/unodevtools/source/skeletonmaker/javacompskeleton.cxx b/unodevtools/source/skeletonmaker/javacompskeleton.cxx index 1fd478b8d0ab..42d1da160110 100644 --- a/unodevtools/source/skeletonmaker/javacompskeleton.cxx +++ b/unodevtools/source/skeletonmaker/javacompskeleton.cxx @@ -853,7 +853,7 @@ void generateSkeleton(ProgramOptions const & options, } // if backwardcompatible==true the AddIn service needs to be added to the - // suported service list, the necessary intefaces are mapped to the add-in + // 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 // add-in code |