diff options
-rw-r--r-- | framework/inc/jobs/helponstartup.hxx | 2 | ||||
-rw-r--r-- | framework/inc/jobs/shelljob.hxx | 2 | ||||
-rw-r--r-- | framework/source/inc/loadenv/targethelper.hxx | 2 | ||||
-rw-r--r-- | include/comphelper/processfactory.hxx | 4 | ||||
-rw-r--r-- | include/comphelper/streamsection.hxx | 3 | ||||
-rw-r--r-- | include/filter/msfilter/util.hxx | 3 | ||||
-rw-r--r-- | include/unotools/streamhelper.hxx | 3 | ||||
-rw-r--r-- | include/unotools/streamsection.hxx | 3 | ||||
-rw-r--r-- | lingucomponent/source/languageguessing/guess.hxx | 3 | ||||
-rw-r--r-- | lingucomponent/source/languageguessing/simpleguesser.hxx | 3 | ||||
-rw-r--r-- | stoc/source/corereflection/lrucache.hxx | 1 | ||||
-rw-r--r-- | vcl/source/fontsubset/ttcr.cxx | 3 |
12 files changed, 0 insertions, 32 deletions
diff --git a/framework/inc/jobs/helponstartup.hxx b/framework/inc/jobs/helponstartup.hxx index 4550f962e2e7..1fc65b4dd6f6 100644 --- a/framework/inc/jobs/helponstartup.hxx +++ b/framework/inc/jobs/helponstartup.hxx @@ -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 > { diff --git a/framework/inc/jobs/shelljob.hxx b/framework/inc/jobs/shelljob.hxx index 4ff90039cac9..a25eb448ceb8 100644 --- a/framework/inc/jobs/shelljob.hxx +++ b/framework/inc/jobs/shelljob.hxx @@ -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 > { diff --git a/framework/source/inc/loadenv/targethelper.hxx b/framework/source/inc/loadenv/targethelper.hxx index afa968645f66..b35caf80d04d 100644 --- a/framework/source/inc/loadenv/targethelper.hxx +++ b/framework/source/inc/loadenv/targethelper.hxx @@ -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 { 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 diff --git a/lingucomponent/source/languageguessing/guess.hxx b/lingucomponent/source/languageguessing/guess.hxx index eeb7aa192671..5227c8f12be8 100644 --- a/lingucomponent/source/languageguessing/guess.hxx +++ b/lingucomponent/source/languageguessing/guess.hxx @@ -30,9 +30,6 @@ using namespace std; -/** -@author Jocelyn Merand - */ class Guess final { public: diff --git a/lingucomponent/source/languageguessing/simpleguesser.hxx b/lingucomponent/source/languageguessing/simpleguesser.hxx index 5ce3e2930740..34abf26d4fcf 100644 --- a/lingucomponent/source/languageguessing/simpleguesser.hxx +++ b/lingucomponent/source/languageguessing/simpleguesser.hxx @@ -29,9 +29,6 @@ using namespace std; -/** -@author Jocelyn Merand -*/ class SimpleGuesser final { public: /**inits the object with conf file "./conf.txt"*/ diff --git a/stoc/source/corereflection/lrucache.hxx b/stoc/source/corereflection/lrucache.hxx index a36ba830e779..bab65f87786f 100644 --- a/stoc/source/corereflection/lrucache.hxx +++ b/stoc/source/corereflection/lrucache.hxx @@ -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 diff --git a/vcl/source/fontsubset/ttcr.cxx b/vcl/source/fontsubset/ttcr.cxx index 818f9ffce7da..fd6703e5a0b7 100644 --- a/vcl/source/fontsubset/ttcr.cxx +++ b/vcl/source/fontsubset/ttcr.cxx @@ -19,9 +19,6 @@ /* * TrueTypeCreator method implementation - * - * @author: Alexander Gelfenbain - * */ #include <assert.h> |