From: Jürgen Spitzmüller Date: Mon, 13 Jul 2009 06:34:05 +0000 (+0000) Subject: * InsetExternal.cpp (xhtml): fix compiler warning and formatting. X-Git-Tag: 2.0.0~6053 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=c878519ca9c9466a5886636193234deaf60e2bbf;p=features.git * InsetExternal.cpp (xhtml): fix compiler warning and formatting. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30532 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/InsetExternal.cpp b/src/insets/InsetExternal.cpp index c732024a23..cbe07b87f8 100644 --- a/src/insets/InsetExternal.cpp +++ b/src/insets/InsetExternal.cpp @@ -682,8 +682,9 @@ int InsetExternal::docbook(odocstream & os, } -docstring InsetExternal::xhtml(odocstream & os, - OutputParams const & rp) const { +docstring InsetExternal::xhtml(odocstream & /*os*/, + OutputParams const & /*rp*/) const +{ // external::writeExternal(params_, "XHTML", buffer(), os, // *(runparams.exportdata), false, // runparams.dryrun || runparams.inComment);