summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-06-08 13:45:37 +0200
committerJulien Nabet <serval2412@yahoo.fr>2013-06-08 13:45:37 +0200
commit7bdd928c35e93537ce739af140c617c917fb9702 (patch)
tree3b44e84648ce9d1539076c4f320b38f5d5851cc0 /extensions
parentee3cea14c84442da93380941b1ec3a46e8003bca (diff)
Fix typo: alway -> always
Change-Id: I60b4a6086a6e114ff4895755e4c20dfb402a1979
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.
*/