diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-03-27 15:40:30 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-03-27 21:27:07 +0200 |
commit | 2dcd003dcdc6f96181b1f18cf97f01cc49aba3a7 (patch) | |
tree | 85cf3a3e74edcc905c72f5e216a29e79ad0469b5 /sw | |
parent | f4f1654c07ec58bc36d824e9434ab851b7900e9f (diff) |
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 <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/html/wrthtml.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
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; |