Changelog: Many bugfixes and improvements including: * New menu GUI * Fix copy and paste of table in Writer * REGEX function in Calc * Animation improvements in Impress and Draw * Drop MySQL C++ Connector in Base * Improve EMF+ graphics import * Improve MS PowerPoint PPT/PPTX file import/export * New icons and themes
15 lines
467 B
C++
15 lines
467 B
C++
$NetBSD: patch-i18npool_source_collator_gencoll_rule.cxx,v 1.2 2019/02/19 16:28:03 ryoon Exp $
|
|
|
|
add missing ICU namespace needed for icu 61.
|
|
|
|
--- i18npool/source/collator/gencoll_rule.cxx.orig 2019-01-23 19:35:25.000000000 +0000
|
|
+++ i18npool/source/collator/gencoll_rule.cxx
|
|
@@ -31,6 +31,8 @@
|
|
|
|
#include <unicode/tblcoll.h>
|
|
|
|
+using namespace U_ICU_NAMESPACE;
|
|
+
|
|
/* Main Procedure */
|
|
|
|
static void data_write(char* file, char* name, sal_uInt8 *data, sal_Int32 len)
|