diff options
Diffstat (limited to 'xmlhelp/source/cxxhelp/provider/databases.hxx')
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/databases.hxx | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/databases.hxx b/xmlhelp/source/cxxhelp/provider/databases.hxx index 3900e9918cdc..c7ffa765b348 100644 --- a/xmlhelp/source/cxxhelp/provider/databases.hxx +++ b/xmlhelp/source/cxxhelp/provider/databases.hxx @@ -204,18 +204,11 @@ namespace chelp { OUString* o_pExtensionRegistryPath = nullptr ); /** - * Maps a given language-locale combination to language. + * Maps a given language-locale combination to language or locale. */ OUString processLang( const OUString& Language ); - /** - * Maps a given language-locale combination to locale. - * The returned string maybe empty - */ - - static OUString country( const OUString& Language ); - void replaceName( OUString& oustring ) const; const OUString& getProductName() const { return m_vReplacement[0]; } |