mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Whitespace
This commit is contained in:
parent
33fb7ed258
commit
39a28b4b27
@ -126,8 +126,8 @@ string findTargetFormat(string const & format, OutputParams const & runparams)
|
|||||||
return "png";
|
return "png";
|
||||||
}
|
}
|
||||||
|
|
||||||
// for HTML and DocBook, we leave the known formats and otherwise convert to png
|
// for HTML and DocBook, we leave the known formats and otherwise convert to png
|
||||||
if (runparams.flavor == Flavor::Html || runparams.flavor == Flavor::DocBook5) {
|
if (runparams.flavor == Flavor::Html || runparams.flavor == Flavor::DocBook5) {
|
||||||
Format const * const f = theFormats().getFormat(format);
|
Format const * const f = theFormats().getFormat(format);
|
||||||
// Convert vector graphics to svg
|
// Convert vector graphics to svg
|
||||||
if (f && f->vectorFormat() && theConverters().isReachable(format, "svg"))
|
if (f && f->vectorFormat() && theConverters().isReachable(format, "svg"))
|
||||||
|
Loading…
Reference in New Issue
Block a user