summaryrefslogtreecommitdiff
path: root/lingucomponent
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 /lingucomponent
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 'lingucomponent')
-rw-r--r--lingucomponent/source/languageguessing/guess.hxx3
-rw-r--r--lingucomponent/source/languageguessing/simpleguesser.hxx3
2 files changed, 0 insertions, 6 deletions
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"*/