summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2014-11-10 15:05:25 +0100
committerNoel Grandin <noelgrandin@gmail.com>2014-11-12 11:04:11 +0000
commitda40cac540e7d735edbe9069b3c8ec6af4530208 (patch)
treef2abda7281129e13f588c77b18780a7090c8405f /extensions
parentbb437029c1e5331bcc3f8fb2fc87837142a52f33 (diff)
Fix common typos. No automatic tools. Handmade…
Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959 Reviewed-on: https://gerrit.libreoffice.org/12164 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/dbpilots/groupboxwiz.cxx2
-rw-r--r--extensions/source/ole/oleobjw.cxx4
-rw-r--r--extensions/source/ole/unoconversionutilities.hxx2
3 files changed, 4 insertions, 4 deletions
diff --git a/extensions/source/dbpilots/groupboxwiz.cxx b/extensions/source/dbpilots/groupboxwiz.cxx
index 3f1f91c2d0ef..2f165addf0cf 100644
--- a/extensions/source/dbpilots/groupboxwiz.cxx
+++ b/extensions/source/dbpilots/groupboxwiz.cxx
@@ -228,7 +228,7 @@ namespace dbp
// no need to initialize the list of radios here
// (we're the only one affecting this special setting, so it will be in the same state as last time this
- // page was commited)
+ // page was committed)
implCheckMoveButtons();
}
diff --git a/extensions/source/ole/oleobjw.cxx b/extensions/source/ole/oleobjw.cxx
index aaeb614e5f97..cb7ee0bd63a7 100644
--- a/extensions/source/ole/oleobjw.cxx
+++ b/extensions/source/ole/oleobjw.cxx
@@ -1709,7 +1709,7 @@ Any IUnknownWrapper_Impl::invokeWithDispIdComTlb(FuncDesc& aFuncDesc,
}
//In a property put operation a property value is a named argument (DISPID_PROPERTYPUT).
//Therefore the number of named arguments is increased by one.
- //Although named, the argument is not named in a actual language, such as Basic,
+ //Although named, the argument is not named in an actual language, such as Basic,
//therefore it is never a com.sun.star.bridge.oleautomation.NamedArgument
if (aFuncDesc->invkind == DISPATCH_PROPERTYPUT
|| aFuncDesc->invkind == DISPATCH_PROPERTYPUTREF)
@@ -2451,7 +2451,7 @@ void IUnknownWrapper_Impl::buildComTlbIndex()
"ITypeInfo::GetFuncDesc failed.";
}
- //If we create an Object in JScript and a a property then it
+ //If we create an Object in JScript and a property then it
//has VARDESC instead of FUNCDESC
for (long i = 0; i < typeAttr->cVars; i++)
{
diff --git a/extensions/source/ole/unoconversionutilities.hxx b/extensions/source/ole/unoconversionutilities.hxx
index 6b7afe377f08..b263dbed3b21 100644
--- a/extensions/source/ole/unoconversionutilities.hxx
+++ b/extensions/source/ole/unoconversionutilities.hxx
@@ -1918,7 +1918,7 @@ bool UnoConversionUtilities<T>::convertValueObject( const VARIANTARG *var, Any&
if(SUCCEEDED( spDisp->QueryInterface( __uuidof( IJScriptValueObject),
reinterpret_cast<void**> (&spValue))))
{
- ret = true; // is is a ValueObject
+ ret = true; // is a ValueObject
//If it is an out - param then it does not need to be converted. In/out and
// in params does so.
if (SUCCEEDED(hr= spValue->IsOutParam( &varBool)))