summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-01-05 16:03:32 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-01-05 16:03:44 +0000
commit0e12845a6460c6669e295b7ae638d10a76353558 (patch)
treea96314b7b9f8e0f54a6be8a342e3ea01460976c8
parent0b39d560da27ece227830a4bcc5556ae902a0921 (diff)
these are new in icu 54, not 53 apparently
thanks to wsheets for noticing Change-Id: Iec4d3fe3e15831c153d4638c577680cd58e0881a
-rw-r--r--svx/source/dialog/charmap.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/charmap.cxx b/svx/source/dialog/charmap.cxx
index d50bc449ae3a..133b84bf68e1 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;