summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2015-10-20 14:19:12 +0200
committerEike Rathke <erack@redhat.com>2015-10-21 10:45:56 +0200
commit5b7e8efbf4d73e385c8fb3469a23c0b2592bfb57 (patch)
tree29c316bd1cac137c6c01f0e06531fdc107bb552e /svx
parent84017530bc5579e02fc4a2a9d31fe36a9ad28518 (diff)
Upgrade to ICU 56.1
Change-Id: Icc3d66c16fca95aa890aee6c67c84674fef878fc
Diffstat (limited to 'svx')
-rw-r--r--svx/source/dialog/charmap.cxx26
1 files changed, 26 insertions, 0 deletions
diff --git a/svx/source/dialog/charmap.cxx b/svx/source/dialog/charmap.cxx
index d4cba0516df0..330299bf0d74 100644
--- a/svx/source/dialog/charmap.cxx
+++ b/svx/source/dialog/charmap.cxx
@@ -1582,6 +1582,32 @@ void SubsetMap::InitList()
aAllSubsets.push_back( Subset( 0x118A0, 0x118FF, RID_SUBSETSTR_WARANG_CITI ) );
break;
#endif
+#if U_ICU_VERSION_MAJOR_NUM >= 56
+ /* FIXME: add RID_... to include/svx/ucsubset.hrc and
+ * strings to svx/source/dialog/ucsubset.src and Unicode
+ * block ranges to aAllSubsets, for now this only
+ * compiles.. */
+ case UBLOCK_AHOM:
+ break;
+ case UBLOCK_ANATOLIAN_HIEROGLYPHS:
+ break;
+ case UBLOCK_CHEROKEE_SUPPLEMENT:
+ break;
+ case UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_E:
+ break;
+ case UBLOCK_EARLY_DYNASTIC_CUNEIFORM:
+ break;
+ case UBLOCK_HATRAN:
+ break;
+ case UBLOCK_MULTANI:
+ break;
+ case UBLOCK_OLD_HUNGARIAN:
+ break;
+ case UBLOCK_SUPPLEMENTAL_SYMBOLS_AND_PICTOGRAPHS:
+ break;
+ case UBLOCK_SUTTON_SIGNWRITING:
+ break;
+#endif
}