summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKorrawit Pruegsanusak <detective.conan.1412@gmail.com>2012-02-23 22:47:59 +0700
committerKorrawit Pruegsanusak <detective.conan.1412@gmail.com>2012-02-23 22:58:06 +0700
commit98a11f3ad998a17e68a5cf5769cd39eead389f86 (patch)
tree919b1f63ad67bea80970e695290ccb96cb54705b
parent7506e70e353d2d532b139c9856df55e12fa2dd39 (diff)
Some doxygen warnings cleanup
-rw-r--r--cppu/inc/typelib/typedescription.h2
-rw-r--r--cppuhelper/inc/cppuhelper/factory.hxx12
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.