D24830: Add support for strikeout text in RTF documents

Pekka Vuorela noreply at phabricator.kde.org
Mon Oct 21 15:12:22 BST 2019


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/calligra-devel/attachments/20191021/77e27eee/attachment.htm>


More information about the calligra-devel mailing list