diff options
author | Eike Rathke <erack@redhat.com> | 2012-08-10 15:00:43 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2012-08-10 15:07:39 +0200 |
commit | 8ab887eea707f1a98e35909739be157a8ee45cb9 (patch) | |
tree | 0b58d4bbaeeaf08932b01aa13abfe52ad57d9bf3 /i18npool/inc | |
parent | 1166c01b84b5206feacc3af078eeb525bbb1eb86 (diff) |
added LanguageTag unit test
Diffstat (limited to 'i18npool/inc')
-rw-r--r-- | i18npool/inc/i18npool/languagetag.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/i18npool/inc/i18npool/languagetag.hxx b/i18npool/inc/i18npool/languagetag.hxx index 1dcc213e1745..0066d8e92657 100644 --- a/i18npool/inc/i18npool/languagetag.hxx +++ b/i18npool/inc/i18npool/languagetag.hxx @@ -119,6 +119,11 @@ public: /** If this is a valid BCP 47 language tag. */ bool isValidBcp47() const; + /** Needed for unit test in build environment, must be called before any + LanguageTag is instanciated. + */ + static void overrideDataPath( const rtl::OUString& rPath ); + private: enum Decision |