sw/source/filter/html/wrthtml.cxx | 8 -------- 1 file changed, 8 deletions(-)
New commits: commit 2dcd003dcdc6f96181b1f18cf97f01cc49aba3a7 Author: Caolán McNamara <[email protected]> Date: Tue Mar 27 15:40:30 2018 +0100 ditch HelpEx hack in since initial commit, no sign of it in use Change-Id: I7f4a072f5d8620c088ec4750c8dbcefc89667cf5 Reviewed-on: https://gerrit.libreoffice.org/51958 Tested-by: Jenkins <[email protected]> Reviewed-by: Caolán McNamara <[email protected]> Tested-by: Caolán McNamara <[email protected]> diff --git a/sw/source/filter/html/wrthtml.cxx b/sw/source/filter/html/wrthtml.cxx index 5abdad007fe2..0bfd00b08f17 100644 --- a/sw/source/filter/html/wrthtml.cxx +++ b/sw/source/filter/html/wrthtml.cxx @@ -273,14 +273,6 @@ ErrCode SwHTMLWriter::WriteStream() if( IsHTMLMode(HTMLMODE_SOME_STYLES | HTMLMODE_FULL_STYLES) ) m_nHTMLMode |= HTMLMODE_PRINT_EXT; - const sal_Char *pHelpHack = getenv( "HelpEx" ); - if( pHelpHack ) - { - OString aTmp(pHelpHack); - if (aTmp.equalsIgnoreAsciiCase("Hilfe")) - m_nHTMLMode |= HTMLMODE_NO_BR_AT_PAREND; - } - m_eCSS1Unit = SW_MOD()->GetMetric( pDoc->getIDocumentSettingAccess().get(DocumentSettingId::HTML_MODE) ); bool bWriteUTF8 = bWriteClipboardDoc; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
