summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-06-01 14:01:34 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-06-01 16:11:15 +0200
commit587a21002699c0dd7f7a8a40b485acfb6b63fc97 (patch)
tree5ebeb853c72176a927d4fbf40bdac7e130e3d5fa /extensions
parentUITest_calc_tests: split this into 4 parts (diff)
downloadcore-587a21002699c0dd7f7a8a40b485acfb6b63fc97.tar.gz
core-587a21002699c0dd7f7a8a40b485acfb6b63fc97.zip
Fix typos
Change-Id: Icc6fd609d3e57277822c4de76bd3baf4b1900840 Reviewed-on: https://gerrit.libreoffice.org/55176 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/ole/unoobjw.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/ole/unoobjw.cxx b/extensions/source/ole/unoobjw.cxx
index 8d131c9f287a..f355b261566c 100644
--- a/extensions/source/ole/unoobjw.cxx
+++ b/extensions/source/ole/unoobjw.cxx
@@ -1287,11 +1287,11 @@ void InterfaceOleWrapper::convertDispparamsArgs(DISPID id,
// An example: incoming parameters: <12, 13, "foo/bar.tem">
//
- // Expected paramters: (string filename, int something, int somethingElse, Any whatever, Any
+ // Expected parameters: (string filename, int something, int somethingElse, Any whatever, Any
// whateverElse)
//
// Here the existing incoming parameters are placed in reverse order in the first three outgoing
- // parameters, and the rest of the outgoing paramters are kept as empty Anys.
+ // parameters, and the rest of the outgoing parameters are kept as empty Anys.
//
// Another example: incoming parameters: <EMPTY, TRUE>
//
@@ -2072,7 +2072,7 @@ public:
DECLARE_NOT_AGGREGATABLE(CXEnumVariant)
- // Creates and intializes the enumerator
+ // Creates and initializes the enumerator
void Init(InterfaceOleWrapper* pInterfaceOleWrapper,
const Reference< XEnumeration > xEnumeration)
{