summaryrefslogtreecommitdiff
path: root/extensions/source/ole/oleobjw.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/ole/oleobjw.cxx')
-rw-r--r--extensions/source/ole/oleobjw.cxx4
1 files changed, 2 insertions, 2 deletions
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++)
{