diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-06-08 13:45:37 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-06-08 13:45:37 +0200 |
commit | 7bdd928c35e93537ce739af140c617c917fb9702 (patch) | |
tree | 3b44e84648ce9d1539076c4f320b38f5d5851cc0 /extensions/source | |
parent | ee3cea14c84442da93380941b1ec3a46e8003bca (diff) |
Fix typo: alway -> always
Change-Id: I60b4a6086a6e114ff4895755e4c20dfb402a1979
Diffstat (limited to 'extensions/source')
-rw-r--r-- | extensions/source/ole/oleobjw.hxx | 2 |
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. */ |