summaryrefslogtreecommitdiff
path: root/cppuhelper
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 /cppuhelper
parent7506e70e353d2d532b139c9856df55e12fa2dd39 (diff)
Some doxygen warnings cleanup
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/inc/cppuhelper/factory.hxx12
1 files changed, 6 insertions, 6 deletions
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.