summaryrefslogtreecommitdiff
path: root/filter/source/msfilter/countryid.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/msfilter/countryid.cxx')
-rw-r--r--filter/source/msfilter/countryid.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/filter/source/msfilter/countryid.cxx b/filter/source/msfilter/countryid.cxx
index 35fba0f64009..80ae81899e01 100644
--- a/filter/source/msfilter/countryid.cxx
+++ b/filter/source/msfilter/countryid.cxx
@@ -261,8 +261,6 @@ static const CountryEntry pTable[] =
const CountryEntry * const pEnd = pTable + SAL_N_ELEMENTS( pTable );
-// ----------------------------------------------------------------------------
-
/** Predicate comparing a country ID with the member of a CountryEntry. */
struct CountryEntryPred_Country
{
@@ -275,8 +273,6 @@ struct CountryEntryPred_Country
{ return rCmp.meCountry == meCountry; }
};
-// ----------------------------------------------------------------------------
-
/** Predicate comparing a language type with the member of a CountryEntry.
Compares by primary language only, if the passed CountryEntry allows it
@@ -299,8 +295,6 @@ inline bool CountryEntryPred_Language::operator()( const CountryEntry& rCmp ) co
((meLanguage & 0x03FF) == (rCmp.meLanguage & 0x03FF));
}
-// ----------------------------------------------------------------------------
-
} // namespace
// Country ID <-> Language type conversion ====================================
@@ -336,10 +330,6 @@ LanguageType ConvertCountryToLanguage( CountryId eCountry )
return (pEntry != pEnd) ? pEntry->meLanguage : LANGUAGE_DONTKNOW;
}
-// ============================================================================
-
} // namespace svx
-// ============================================================================
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */