Kaydet (Commit) 587a2100 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typos

Change-Id: Icc6fd609d3e57277822c4de76bd3baf4b1900840
Reviewed-on: https://gerrit.libreoffice.org/55176Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 94dcb3b1
......@@ -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)
{
......
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment