summaryrefslogtreecommitdiff
path: root/i18npool/inc
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2017-12-18 20:28:07 +0100
committerAndras Timar <andras.timar@collabora.com>2018-07-02 10:52:28 +0200
commit462d395e2c59146e12a1095f394f76f0ceeee55d (patch)
tree51a21dc54fc3f20f7a282af7a246a7eb3230dd0b /i18npool/inc
parent24e3cb4dfde7f3456621a33475a72637c32b6f05 (diff)
Explicitly qualify ICU types with icu:: namespace
It will be required by ICU 61 anyway, see https://ssl.icu-project.org/repos/icu/trunk/icu4c/readme.html#RecBuild Change-Id: I16b6bc8b8c49713f32424df5fc6db494df7b6892 Reviewed-on: https://gerrit.libreoffice.org/46738 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com> (cherry picked from commit f7961456d81c3ee6ee4c13eac9ef7add6c7ea6b5) Reviewed-on: https://gerrit.libreoffice.org/56664 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com> (cherry picked from commit cc0b086988c23525f6f7825cb735e8a0d1c54720)
Diffstat (limited to 'i18npool/inc')
-rw-r--r--i18npool/inc/collator_unicode.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/inc/collator_unicode.hxx b/i18npool/inc/collator_unicode.hxx
index 69d317797870..d943bc9bc2c1 100644
--- a/i18npool/inc/collator_unicode.hxx
+++ b/i18npool/inc/collator_unicode.hxx
@@ -63,7 +63,7 @@ public:
private:
const sal_Char *implementationName;
- RuleBasedCollator *uca_base, *collator;
+ icu::RuleBasedCollator *uca_base, *collator;
#ifndef DISABLE_DYNLOADING
oslModule hModule;
#endif