summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/i18nlangtag/mslangid.hxx10
-rw-r--r--include/linguistic/spelldta.hxx3
2 files changed, 3 insertions, 10 deletions
diff --git a/include/i18nlangtag/mslangid.hxx b/include/i18nlangtag/mslangid.hxx
index c9851e098e1c..fde9087a4f7f 100644
--- a/include/i18nlangtag/mslangid.hxx
+++ b/include/i18nlangtag/mslangid.hxx
@@ -267,15 +267,9 @@ public:
const Bcp47CountryEntry * pEntry );
- /** Convert a LanguageType to a Locale.
-
- @param bResolveSystem
- If bResolveSystem==true, a LANGUAGE_SYSTEM is resolved.
- If bResolveSystem==false, a LANGUAGE_SYSTEM results in an
- empty Locale.
- */
+ /** Convert a LanguageType to a Locale. */
I18NLANGTAG_DLLPRIVATE static css::lang::Locale convertLanguageToLocale(
- LanguageType nLang, bool bResolveSystem );
+ LanguageType nLang );
/** Used by convertLanguageToLocale(LanguageType,bool) and
getLocale(IsoLanguageCountryEntry*) and
diff --git a/include/linguistic/spelldta.hxx b/include/linguistic/spelldta.hxx
index 5c98989059f4..11bb9a1ec9c1 100644
--- a/include/linguistic/spelldta.hxx
+++ b/include/linguistic/spelldta.hxx
@@ -41,8 +41,7 @@ namespace linguistic
std::vector< OUString >
MergeProposalSeqs(
std::vector< OUString > &rAlt1,
- std::vector< OUString > &rAlt2,
- bool bAllowDuplicates );
+ std::vector< OUString > &rAlt2 );
void SeqRemoveNegEntries(
std::vector< OUString > &rSeq,