• Michael Stahl's avatar
    SvxRelativeField: set the unit from the passed stringmap · 68bc8af6
    Michael Stahl yazdı
    In the Paragraph "Indents & Spacing" tab there are fields with unit:
    <object class="svxlo-SvxRelativeField" id="spinED_LEFTINDENT:0cm">
    
    But the unit is effectively ignored, and the resulting SvxRelativeField
    with FUNIT_NONE and 9999 max somehow results in 0.18cm max when the
    dialog sets cm as unit.
    
    Change-Id: I6001c93079fd7d899f1e119913b29ea4898b1c34
    68bc8af6
relfld.cxx 3.31 KB