diff options
-rw-r--r-- | cppu/inc/typelib/typedescription.h | 2 | ||||
-rw-r--r-- | cppuhelper/inc/cppuhelper/factory.hxx | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/cppu/inc/typelib/typedescription.h b/cppu/inc/typelib/typedescription.h index 783e3ecab212..c4d957a2d91a 100644 --- a/cppu/inc/typelib/typedescription.h +++ b/cppu/inc/typelib/typedescription.h @@ -424,7 +424,7 @@ typedef struct _typelib_InterfaceAttributeTypeDescription <code>nAllMembers</code>, <code>ppAllMembers</code> are also initialized; <code>aBase.bComplete</code> is still false. This happens when an interface type description is created with - <code>typelib_typedescription_newMIInterface</cocde> or + <code>typelib_typedescription_newMIInterface</code> or <code>typelib_typedescription_newInterface</code>.</li> <li>At the final level, <code>pMapMemberIndexToFunctionIndex</code>, diff --git a/cppuhelper/inc/cppuhelper/factory.hxx b/cppuhelper/inc/cppuhelper/factory.hxx index c100eab61d55..e97a2f854371 100644 --- a/cppuhelper/inc/cppuhelper/factory.hxx +++ b/cppuhelper/inc/cppuhelper/factory.hxx @@ -182,9 +182,9 @@ typedef ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >(SA @param rServiceManager the service manager used by the implementation. @param rImplementationName the implementation name. An empty string is possible. - @param ComponentInstantiation the function pointer to create an object. - @param rServiceNames the service supported by the implementation. - @param pModCount for future extension (library unloading concept). + @param pCreateFunction the function pointer to create an object. + @param rServiceNames the service supported by the implementation. + @param pModCount for future extension (library unloading concept). @return a factory that support the interfaces XServiceProvider, XServiceInfo XSingleServiceFactory and XComponent. @@ -224,9 +224,9 @@ createFactoryProxy( @param rServiceManager the service manager used by the implementation. @param rImplementationName the implementation name. An empty string is possible. - @param ComponentInstantiation the function pointer to create an object. - @param rServiceNames the service supported by the implementation. - @param pModCount for future extension (library unloading concept). + @param pCreateFunction the function pointer to create an object. + @param rServiceNames the service supported by the implementation. + @param pModCount for future extension (library unloading concept). @return a factory that support the interfaces XServiceProvider, XServiceInfo XSingleServiceFactory and XComponent. |