summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-09-03 13:17:09 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-09-03 17:01:38 +0100
commit92efdaf94bc9aa463ed7c73526fbb55ec51e9ff5 (patch)
tree1fb90acc6ece98620d699e7f186f9064d25cd4de /i18npool
parent4b5aa7a0bef61c9f81d2f87a7cef744d27e02309 (diff)
Resolves: #i96826# request font installation on render failure
Use packagekit interface to request font installation when glyph fallback fails Change-Id: Idb6f5cb6971bd156d7cac0a79e240246e9e0f973
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/inc/i18npool/languagetag.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/inc/i18npool/languagetag.hxx b/i18npool/inc/i18npool/languagetag.hxx
index d8eb2070a0f5..36ab7a24bd0a 100644
--- a/i18npool/inc/i18npool/languagetag.hxx
+++ b/i18npool/inc/i18npool/languagetag.hxx
@@ -57,7 +57,7 @@ public:
*/
explicit LanguageTag( const rtl::OUString& rLanguage, const rtl::OUString& rCountry );
- explicit LanguageTag( const LanguageTag & rLanguageTag );
+ LanguageTag( const LanguageTag & rLanguageTag );
~LanguageTag();
LanguageTag& operator=( const LanguageTag & rLanguageTag );