summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorManuj Vashist <manujvashist@gmail.com>2018-02-05 15:27:22 +0530
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2018-02-05 11:19:23 +0100
commit68d9583db4226a61ba23398928b9416c5d8745c8 (patch)
treed04e989ab1dfd9f2bd0cf77c588f90f7a36335da /include
parentf17d0ff5234d88816198becb0f3d8ea7f00f7eb0 (diff)
tdf#108523 Removed @author annotations.
Change-Id: I6a60128c413beab6cabb857c073607e15ddbc98f Reviewed-on: https://gerrit.libreoffice.org/49215 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'include')
-rw-r--r--include/comphelper/processfactory.hxx4
-rw-r--r--include/comphelper/streamsection.hxx3
-rw-r--r--include/filter/msfilter/util.hxx3
-rw-r--r--include/unotools/streamhelper.hxx3
-rw-r--r--include/unotools/streamsection.hxx3
5 files changed, 0 insertions, 16 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();
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
diff --git a/include/filter/msfilter/util.hxx b/include/filter/msfilter/util.hxx
index 8895a4181bec..50252fc6191a 100644
--- a/include/filter/msfilter/util.hxx
+++ b/include/filter/msfilter/util.hxx
@@ -37,9 +37,6 @@ MSFILTER_DLLPUBLIC rtl_TextEncoding getBestTextEncodingFromLocale(const css::lan
MSFILTER_DLLPUBLIC sal_uInt32 BGRToRGB(sal_uInt32 nColour);
/** Convert from DTTM to Writer's DateTime
-
- @author
- <a href="mailto:mmaher@openoffice.org">Martin Maher</a
*/
MSFILTER_DLLPUBLIC DateTime DTTM2DateTime( long lDTTM );
diff --git a/include/unotools/streamhelper.hxx b/include/unotools/streamhelper.hxx
index 0068de5673d1..3758aec86286 100644
--- a/include/unotools/streamhelper.hxx
+++ b/include/unotools/streamhelper.hxx
@@ -32,9 +32,6 @@ namespace utl
/**
* The helper implementation for a using input streams based on SvLockBytes.
- *
- * @author Dirk Grobler
- * @since 00/28/03
*/
class UNOTOOLS_DLLPUBLIC OInputStreamHelper : public cppu::WeakImplHelper<css::io::XInputStream, css::io::XSeekable>
{
diff --git a/include/unotools/streamsection.hxx b/include/unotools/streamsection.hxx
index ad45b4e12496..74626d2bed4e 100644
--- a/include/unotools/streamsection.hxx
+++ b/include/unotools/streamsection.hxx
@@ -30,9 +30,6 @@ namespace utl
/** 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 OStreamSection