summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/source/cxxhelp/provider/urlparameter.cxx3
-rw-r--r--xmlhelp/source/cxxhelp/provider/urlparameter.hxx1
2 files changed, 0 insertions, 4 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/urlparameter.cxx b/xmlhelp/source/cxxhelp/provider/urlparameter.cxx
index 5a93c3075b5c..2d8a984ef957 100644
--- a/xmlhelp/source/cxxhelp/provider/urlparameter.cxx
+++ b/xmlhelp/source/cxxhelp/provider/urlparameter.cxx
@@ -154,9 +154,6 @@ OUString URLParameter::get_title()
OUString const & URLParameter::get_language()
{
- if( m_aLanguage.isEmpty() )
- return m_aDefaultLanguage;
-
return m_aLanguage;
}
diff --git a/xmlhelp/source/cxxhelp/provider/urlparameter.hxx b/xmlhelp/source/cxxhelp/provider/urlparameter.hxx
index 2c339a5d072a..527019eda24c 100644
--- a/xmlhelp/source/cxxhelp/provider/urlparameter.hxx
+++ b/xmlhelp/source/cxxhelp/provider/urlparameter.hxx
@@ -181,7 +181,6 @@ namespace chelp {
OUString m_aEid;
OUString m_aDbPar;
- OUString m_aDefaultLanguage;
OUString m_aLanguage;
OUString m_aPrefix;