Text with font effect "Hidden" is not marked as hidden in the HTML export.
Created attachment 70308 [details] write display:none for hidden text in HTML export
thanks for the patch! could you please send a mail with a text like http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.devel/38402 to the mailing list libreoffice@lists.freedesktop.org ? then i can integrate it on master... also, it's best to use "git format-patch" to create patches (you first have to configure git user and email address, and "git commit" the patch), and it's also best to send the patch either to mailing list or to gerrit (http://wiki.documentfoundation.org/Development/gerrit) because developers look there far more often than at bugzilla for patches.
Thanks for looking at my patch! I've sent the license statement. While you're at it, maybe you can take a look at my patch for bug 57254 (same problem for xhtml export) as well?
Arne de Bruijn committed a patch related to this issue. It has been pushed to "libreoffice-4-0": http://cgit.freedesktop.org/libreoffice/core/commit/?id=71b4551ab80bd4f420b6284379bb9174fc93382c&g=libreoffice-4-0 fdo#57320: sw: HTML export: hidden text should not be visible It will be available in LibreOffice 4.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Arne de Bruijn committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=45ca417bf90ea7873c4d75cd0611fcf0cf7a33a9 fdo#57320: sw: HTML export: hidden text should not be visible The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
thanks for the patch