tiny whitespace

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5542 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2002-10-29 15:22:25 +00:00
parent df27ff43e0
commit a92f57dff6

View File

@ -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;