summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/ole/oleobjw.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/ole/oleobjw.hxx b/extensions/source/ole/oleobjw.hxx
index 46168becb692..5aa6df9c3c01 100644
--- a/extensions/source/ole/oleobjw.hxx
+++ b/extensions/source/ole/oleobjw.hxx
@@ -172,7 +172,7 @@ protected:
void getAttributeInfo(const OUString& sName, TypeDescription& attributeInfo);
// used by get MethodInfo
TypeDescription getInterfaceMemberDescOfCurrentCall(const OUString& sName);
- /** Returns alway a valid ITypeInfo interface or throws a BridgeRuntimeError.
+ /** Returns always a valid ITypeInfo interface or throws a BridgeRuntimeError.
The returned interface does not need to be AddRef'ed as long as it is locally
used. The interface is kept in the instance of this class.
*/