summaryrefslogtreecommitdiff
path: root/lingucomponent/source/languageguessing/guess.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lingucomponent/source/languageguessing/guess.hxx')
-rw-r--r--lingucomponent/source/languageguessing/guess.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/lingucomponent/source/languageguessing/guess.hxx b/lingucomponent/source/languageguessing/guess.hxx
index 1dd3d765eaed..e007a1ba99a8 100644
--- a/lingucomponent/source/languageguessing/guess.hxx
+++ b/lingucomponent/source/languageguessing/guess.hxx
@@ -1,7 +1,7 @@
/***************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -43,12 +43,12 @@ using namespace std;
*/
class Guess{
public:
-
+
/**
* Default init
*/
Guess();
-
+
/**
* Init from a string like [en-UK-utf8] and the rank
*/
@@ -59,9 +59,9 @@ class Guess{
string GetLanguage();
string GetCountry();
string GetEncoding();
-
+
bool operator==(string lang);
-
+
protected:
string language_str;
string country_str;