[Libreoffice-commits] core.git: svx/source

Caolán McNamara caolanm at redhat.com
Mon Jan 5 08:05:46 PST 2015


 svx/source/dialog/charmap.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0e12845a6460c6669e295b7ae638d10a76353558
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Jan 5 16:03:32 2015 +0000

    these are new in icu 54, not 53 apparently
    
    thanks to wsheets for noticing
    
    Change-Id: Iec4d3fe3e15831c153d4638c577680cd58e0881a

diff --git a/svx/source/dialog/charmap.cxx b/svx/source/dialog/charmap.cxx
index d50bc44..133b84b 100644
--- a/svx/source/dialog/charmap.cxx
+++ b/svx/source/dialog/charmap.cxx
@@ -1448,7 +1448,7 @@ void SubsetMap::InitList()
                     aAllSubsets.push_back( Subset( 0x11680, 0x116CF, RID_SUBSETSTR_TAKRI ) );
                     break;
 #endif
-#if U_ICU_VERSION_MAJOR_NUM >= 53
+#if U_ICU_VERSION_MAJOR_NUM >= 54
                 case UBLOCK_BASSA_VAH:
                     aAllSubsets.push_back( Subset( 0x16AD0, 0x16AFF, RID_SUBSETSTR_BASSA_VAH ) );
                     break;


More information about the Libreoffice-commits mailing list