summaryrefslogtreecommitdiff
path: root/lingucomponent/source/languageguessing/altstrfunc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lingucomponent/source/languageguessing/altstrfunc.hxx')
-rw-r--r--lingucomponent/source/languageguessing/altstrfunc.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/lingucomponent/source/languageguessing/altstrfunc.hxx b/lingucomponent/source/languageguessing/altstrfunc.hxx
index a918cb73c2fd..1bd883b32fcc 100644
--- a/lingucomponent/source/languageguessing/altstrfunc.hxx
+++ b/lingucomponent/source/languageguessing/altstrfunc.hxx
@@ -38,7 +38,6 @@ inline bool isSeparator(const char c){
return c == GUESS_SEPARATOR_OPEN || c == GUESS_SEPARATOR_SEP || c == GUESS_SEPARATOR_CLOSE || c == '\0';
}
-std::string upperCase(const std::string &s);
int start(const std::string &s1, const std::string &s2);
#endif