View | Details | Raw Unified | Return to issue 125400
Collapse All | Expand All

(-)main/writerfilter/source/dmapper/ConversionHelper.cxx (+1 lines)
Lines 645-650 Link Here
645
        case NS_ooxml::LN_Value_ST_NumberFormat_chineseCounting:
645
        case NS_ooxml::LN_Value_ST_NumberFormat_chineseCounting:
646
        case NS_ooxml::LN_Value_ST_NumberFormat_japaneseCounting:
646
        case NS_ooxml::LN_Value_ST_NumberFormat_japaneseCounting:
647
        case NS_ooxml::LN_Value_ST_NumberFormat_taiwaneseCounting:
647
        case NS_ooxml::LN_Value_ST_NumberFormat_taiwaneseCounting:
648
        case NS_ooxml::LN_Value_ST_NumberFormat_taiwaneseCountingThousand:
648
        case NS_ooxml::LN_Value_ST_NumberFormat_ideographDigital:
649
        case NS_ooxml::LN_Value_ST_NumberFormat_ideographDigital:
649
        case NS_ooxml::LN_Value_ST_NumberFormat_chineseCountingThousand:
650
        case NS_ooxml::LN_Value_ST_NumberFormat_chineseCountingThousand:
650
            nRet = style::NumberingType::NUMBER_LOWER_ZH;
651
            nRet = style::NumberingType::NUMBER_LOWER_ZH;

Return to issue 125400