mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
tiny whitespace
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5542 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
df27ff43e0
commit
a92f57dff6
@ -108,6 +108,7 @@ bool Exporter::Export(Buffer * buffer, string const & format,
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
bool Exporter::Export(Buffer * buffer, string const & format,
|
||||
bool put_in_tempdir)
|
||||
{
|
||||
@ -115,6 +116,7 @@ bool Exporter::Export(Buffer * buffer, string const & format,
|
||||
return Export(buffer, format, put_in_tempdir, result_file);
|
||||
}
|
||||
|
||||
|
||||
bool Exporter::Preview(Buffer * buffer, string const & format)
|
||||
{
|
||||
string result_file;
|
||||
@ -163,6 +165,7 @@ string const Exporter::BufferFormat(Buffer const * buffer)
|
||||
return "latex";
|
||||
}
|
||||
|
||||
|
||||
vector<string> const Exporter::Backends(Buffer const * buffer)
|
||||
{
|
||||
vector<string> v;
|
||||
|
Loading…
Reference in New Issue
Block a user