sw/source/filter/html/htmlbas.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
New commits: commit c2ca2219ef821d87fe499ddc2f6cf9e69c8d4828 Author: Tor Lillqvist <t...@collabora.com> AuthorDate: Wed Jan 15 09:53:48 2020 +0200 Commit: Tor Lillqvist <t...@collabora.com> CommitDate: Wed Jan 15 10:19:10 2020 +0200 WaE: unused parameter Change-Id: Iba0c5c6c67d54e89bd3252315d83d6b9f947acdf diff --git a/sw/source/filter/html/htmlbas.cxx b/sw/source/filter/html/htmlbas.cxx index d42f6f90a872..8071e419c80b 100644 --- a/sw/source/filter/html/htmlbas.cxx +++ b/sw/source/filter/html/htmlbas.cxx @@ -247,7 +247,9 @@ void SwHTMLParser::InsertBasicDocEvent( const OUString& aEvent, const OUString& void SwHTMLWriter::OutBasic(SwHTMLWriter & rHTMLWrt) { -#if HAVE_FEATURE_SCRIPTING +#if !HAVE_FEATURE_SCRIPTING + (void) rHTMLWrt; +#else if( !m_bCfgStarBasic ) return; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits