From 68d9583db4226a61ba23398928b9416c5d8745c8 Mon Sep 17 00:00:00 2001 From: Manuj Vashist Date: Mon, 5 Feb 2018 15:27:22 +0530 Subject: tdf#108523 Removed @author annotations. Change-Id: I6a60128c413beab6cabb857c073607e15ddbc98f Reviewed-on: https://gerrit.libreoffice.org/49215 Reviewed-by: Samuel Mehrbrodt Tested-by: Samuel Mehrbrodt --- include/comphelper/processfactory.hxx | 4 ---- include/comphelper/streamsection.hxx | 3 --- 2 files changed, 7 deletions(-) (limited to 'include/comphelper') 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(); diff --git a/include/comphelper/streamsection.hxx b/include/comphelper/streamsection.hxx index 4a53c85a9f8f..6c52892fde6b 100644 --- a/include/comphelper/streamsection.hxx +++ b/include/comphelper/streamsection.hxx @@ -31,9 +31,6 @@ namespace comphelper /** implements handling for compatibly reading/writing data from/into an input/output stream. data written in a block secured by this class should be readable by older versions which use the same mechanism. - - @author Frank Schoenheit - @since 00/26/05 */ class COMPHELPER_DLLPUBLIC OStreamSection -- cgit