pvuorela added inline comments. INLINE COMMENTS
> DocumentDestination.cpp:121 > + } else if ( controlWord == "strike" ) { > + m_output->setFontStrikeout(true); > } else if ( ( controlWord == "u" ) && hasValue ) { Value should be like bold and underline, i.e. something like "! hasValue || ( hasValue && value != 0 )" ? REPOSITORY R8 Calligra REVISION DETAIL https://phabricator.kde.org/D24830 To: akomakhin, pvuorela, #calligra:_3.0 Cc: Calligra-Devel-list, dcaliste, cochise, vandenoever