[Libreoffice-commits] core.git: extensions/source sc/source
Andrea Gelmini
andrea.gelmini at gelma.net
Fri Jun 1 14:11:35 UTC 2018
extensions/source/ole/unoobjw.cxx | 6 +++---
sc/source/filter/excel/xicontent.cxx | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit 587a21002699c0dd7f7a8a40b485acfb6b63fc97
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date: Fri Jun 1 14:01:34 2018 +0200
Fix typos
Change-Id: Icc6fd609d3e57277822c4de76bd3baf4b1900840
Reviewed-on: https://gerrit.libreoffice.org/55176
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
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)
{
diff --git a/sc/source/filter/excel/xicontent.cxx b/sc/source/filter/excel/xicontent.cxx
index f8a98508b4cd..2ee892c287e2 100644
--- a/sc/source/filter/excel/xicontent.cxx
+++ b/sc/source/filter/excel/xicontent.cxx
@@ -886,7 +886,7 @@ void XclImpValidationManager::ReadDV( XclImpStream& rStrm )
// No valid validation found. Bail out.
return;
- // The default value for comparision is _BETWEEN. However, custom
+ // The default value for comparison is _BETWEEN. However, custom
// rules are a formula, and thus the comparator should be ignored
// and only a true or false from the formula is evaluated. In Calc,
// formulas use comparison SC_COND_DIRECT.
More information about the Libreoffice-commits
mailing list