[Libreoffice-commits] .: svx/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Jan 29 08:16:50 PST 2013


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

New commits:
commit b1063033d5bb5c8e781fd0f71d3bc7392a291419
Author: Luboš Luňák <l.lunak at suse.cz>
Date:   Tue Jan 29 17:15:55 2013 +0100

    fix build with older icu version
    
    ... that's still allowed by the configure check
    
    Change-Id: I1abfdfc09522dcfbd487d87a6ff49a0b4803daad

diff --git a/svx/source/dialog/charmap.cxx b/svx/source/dialog/charmap.cxx
index 4e94e4a..1afcbca 100644
--- a/svx/source/dialog/charmap.cxx
+++ b/svx/source/dialog/charmap.cxx
@@ -1417,6 +1417,7 @@ void SubsetMap::InitList()
                 case UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_D:
                     aAllSubsets.push_back( Subset( 0x2B740, 0x2B81F, RID_SUBSETSTR_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_D ) );
                     break;
+#if U_ICU_VERSION_MAJOR_NUM >= 49
                 case UBLOCK_ARABIC_EXTENDED_A:
                     aAllSubsets.push_back( Subset( 0x08A0, 0x08FF, RID_SUBSETSTR_ARABIC_EXTENDED_A ) );
                     break;
@@ -1450,6 +1451,7 @@ void SubsetMap::InitList()
                 case UBLOCK_TAKRI:
                     aAllSubsets.push_back( Subset( 0x11680, 0x116CF, RID_SUBSETSTR_TAKRI ) );
                     break;
+#endif
             }
 
 #if OSL_DEBUG_LEVEL > 0


More information about the Libreoffice-commits mailing list