head 1.2; access; symbols pkgsrc-2018Q2:1.1.0.2 pkgsrc-2018Q2-base:1.1; locks; strict; comment @// @; 1.2 date 2018.08.18.00.11.32; author ryoon; state dead; branches; next 1.1; commitid qSlMoPKLylZ0axOA; 1.1 date 2018.04.19.18.07.03; author mrg; state Exp; branches; next ; commitid bzsZ4vmpVLJYZ4zA; desc @@ 1.2 log @Update to 6.1.0.3 Changelog: Many new features including: * EPUB export of Writer * vlookup performance improvement of Calc * New drawing style of Impress and Draw * Embedded HSQLDB deprecation of Base @ text @$NetBSD: patch-i18npool_inc_collator_unicode.hxx,v 1.1 2018/04/19 18:07:03 mrg Exp $ add missing ICU namespace needed for icu 61. --- i18npool/inc/collator_unicode.hxx.orig 2018-03-29 08:04:09.000000000 -0700 +++ i18npool/inc/collator_unicode.hxx 2018-04-18 00:55:50.988337602 -0700 @@@@ -63,7 +63,7 @@@@ private: const sal_Char *implementationName; - RuleBasedCollator *uca_base, *collator; + U_ICU_NAMESPACE::RuleBasedCollator *uca_base, *collator; #ifndef DISABLE_DYNLOADING oslModule hModule; #endif @ 1.1 log @add missing "using namespace U_ICU_NAMESPACE;" for icu 61, which appears to be tighter about API exports. this builds again now. @ text @d1 1 a1 1 $NetBSD$ @