Kaydet (Commit) 2dcd003d authored tarafından Caolán McNamara's avatar Caolán McNamara

ditch HelpEx hack

in since initial commit, no sign of it in use

Change-Id: I7f4a072f5d8620c088ec4750c8dbcefc89667cf5
Reviewed-on: https://gerrit.libreoffice.org/51958Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst f4f1654c
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment