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/unotools/streamhelper.hxx | 3 --- include/unotools/streamsection.hxx | 3 --- 2 files changed, 6 deletions(-) (limited to 'include/unotools') 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 { 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 -- cgit