[Libreoffice-commits] core.git: extensions/source

Julien Nabet serval2412 at yahoo.fr
Sat Jun 8 04:46:08 PDT 2013


 extensions/source/ole/oleobjw.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7bdd928c35e93537ce739af140c617c917fb9702
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sat Jun 8 13:45:37 2013 +0200

    Fix typo: alway -> always
    
    Change-Id: I60b4a6086a6e114ff4895755e4c20dfb402a1979

diff --git a/extensions/source/ole/oleobjw.hxx b/extensions/source/ole/oleobjw.hxx
index 46168be..5aa6df9 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.
      */


More information about the Libreoffice-commits mailing list