tdf#123936 Formatting files in module lingucomponent with clang-format
Change-Id: Ia156fe8eb259fda0c23275fcaebc6b37790f11f2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105688 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
This commit is contained in:
committed by
Mike Kaganski
parent
635bc2ea81
commit
f0126ffa64
@@ -29,7 +29,8 @@
|
|||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
class SimpleGuesser final {
|
class SimpleGuesser final
|
||||||
|
{
|
||||||
public:
|
public:
|
||||||
/**inits the object with conf file "./conf.txt"*/
|
/**inits the object with conf file "./conf.txt"*/
|
||||||
SimpleGuesser();
|
SimpleGuesser();
|
||||||
@@ -96,7 +97,6 @@ public:
|
|||||||
void SetDBPath(const char* thePathOfConfFile, const char* prefix);
|
void SetDBPath(const char* thePathOfConfFile, const char* prefix);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
//Where typical fingerprints (n-gram tables) are stored
|
//Where typical fingerprints (n-gram tables) are stored
|
||||||
void* h;
|
void* h;
|
||||||
|
|
||||||
|
@@ -7502,7 +7502,6 @@ lingucomponent/source/languageguessing/guess.cxx
|
|||||||
lingucomponent/source/languageguessing/guess.hxx
|
lingucomponent/source/languageguessing/guess.hxx
|
||||||
lingucomponent/source/languageguessing/guesslang.cxx
|
lingucomponent/source/languageguessing/guesslang.cxx
|
||||||
lingucomponent/source/languageguessing/simpleguesser.cxx
|
lingucomponent/source/languageguessing/simpleguesser.cxx
|
||||||
lingucomponent/source/languageguessing/simpleguesser.hxx
|
|
||||||
lingucomponent/source/lingutil/lingutil.cxx
|
lingucomponent/source/lingutil/lingutil.cxx
|
||||||
lingucomponent/source/lingutil/lingutil.hxx
|
lingucomponent/source/lingutil/lingutil.hxx
|
||||||
lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx
|
lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx
|
||||||
|
Reference in New Issue
Block a user