Kaydet (Commit) 68d9583d authored tarafından Manuj Vashist's avatar Manuj Vashist Kaydeden (comit) Samuel Mehrbrodt

tdf#108523 Removed @author annotations.

Change-Id: I6a60128c413beab6cabb857c073607e15ddbc98f
Reviewed-on: https://gerrit.libreoffice.org/49215Reviewed-by: 's avatarSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: 's avatarSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
üst f17d0ff5
......@@ -35,8 +35,6 @@ namespace framework{
/** @short implements a job component, which handle the special
feature to show a suitable help page for every (visible!)
loaded document.
@author as96863
*/
class HelpOnStartup : public ::cppu::WeakImplHelper< css::lang::XServiceInfo,css::lang::XEventListener,css::task::XJob >
{
......
......@@ -38,8 +38,6 @@ namespace framework{
registered for. Further there is a generic
way to configure the shell command and it's list
of arguments.
@author as96863
*/
class ShellJob : public ::cppu::WeakImplHelper< css::lang::XServiceInfo,css::task::XJob >
{
......
......@@ -28,8 +28,6 @@ namespace framework{
/** @short can be used to detect, if a target name (used e.g. for XFrame.findFrame())
has a special meaning or can be used as normal frame name (e.g. for XFrame.setName()).
@author as96863
*/
class TargetHelper
{
......
......@@ -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();
......
......@@ -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
......
......@@ -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 );
......
......@@ -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>
{
......
......@@ -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
......
......@@ -30,9 +30,6 @@
using namespace std;
/**
@author Jocelyn Merand
*/
class Guess final {
public:
......
......@@ -29,9 +29,6 @@
using namespace std;
/**
@author Jocelyn Merand
*/
class SimpleGuesser final {
public:
/**inits the object with conf file "./conf.txt"*/
......
......@@ -30,7 +30,6 @@
/** Implementation of a least recently used (lru) cache.
<br>
@author Daniel Boelzle
*/
template< class t_Key, class t_Val, class t_KeyHash >
class LRU_Cache
......
......@@ -19,9 +19,6 @@
/*
* TrueTypeCreator method implementation
*
* @author: Alexander Gelfenbain
*
*/
#include <assert.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment