summaryrefslogtreecommitdiff
path: root/include/comphelper/processfactory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/processfactory.hxx')
-rw-r--r--include/comphelper/processfactory.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/comphelper/processfactory.hxx b/include/comphelper/processfactory.hxx
index bf4645124c12..51ba33754a98 100644
--- a/include/comphelper/processfactory.hxx
+++ b/include/comphelper/processfactory.hxx
@@ -32,8 +32,6 @@ namespace comphelper
/**
* This function set the process service factory.
- *
- * @author Juergen Schmidt
*/
COMPHELPER_DLLPUBLIC void setProcessServiceFactory(const css::uno::Reference< css::lang::XMultiServiceFactory >& xSMgr);
@@ -41,8 +39,6 @@ COMPHELPER_DLLPUBLIC void setProcessServiceFactory(const css::uno::Reference< cs
* This function gets the process service factory.
*
* If no service factory is set the function throws a RuntimeException.
- *
- * @author Juergen Schmidt
*/
COMPHELPER_DLLPUBLIC css::uno::Reference< css::lang::XMultiServiceFactory > getProcessServiceFactory();