diff options
author | Eike Rathke <erack@redhat.com> | 2013-09-20 15:39:06 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-09-20 18:31:05 +0200 |
commit | 01bde208acc429a0c65fdf6e65415ebea72e9ddc (patch) | |
tree | c1f4b2394072c8b752a1ea134e8b2a3dc7f08b77 /include | |
parent | e81359a9a3240187bf3a02fdb48b8709238bdc51 (diff) |
added isOnTheFlyID()
Change-Id: Ifddbec485814e3287e671e6bc4059689ca3f6c93
Diffstat (limited to 'include')
-rw-r--r-- | include/i18nlangtag/languagetag.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/i18nlangtag/languagetag.hxx b/include/i18nlangtag/languagetag.hxx index 50cfef553431..27bcb34c2927 100644 --- a/include/i18nlangtag/languagetag.hxx +++ b/include/i18nlangtag/languagetag.hxx @@ -484,6 +484,9 @@ public: */ static com::sun::star::lang::Locale convertToLocaleWithFallback( const OUString& rBcp47 ); + /** If nLang is a generated on-the-fly LangID */ + static bool isOnTheFlyID( LanguageType nLang ); + typedef ::boost::shared_ptr< LanguageTagImpl > ImplPtr; private: |