X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fconverter.h;h=943e03e9a361497cd2da749a5b80fffacd1391f1;hb=f268743f8c014ef2dadd260fd1a3873cb1d2038b;hp=e69a769ad03f900714d72b76d00ffd445e45f579;hpb=ccce6b9662e3a753d8864b1832d766a8f4ceef02;p=lyx.git diff --git a/src/converter.h b/src/converter.h index e69a769ad0..943e03e9a3 100644 --- a/src/converter.h +++ b/src/converter.h @@ -1,8 +1,4 @@ // -*- C++ -*- - -#ifndef CONVERTER_H -#define CONVERTER_H - /** * \file converter.h * This file is part of LyX, the document processor. @@ -10,9 +6,12 @@ * * \author Dekel Tsur * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ +#ifndef CONVERTER_H +#define CONVERTER_H + #include "latexrunparams.h" #include "graph.h" @@ -108,10 +107,6 @@ public: string const & from_file, string const & to_file_base, string const & from_format, string const & to_format); /// - string const dvips_options(Buffer const * buffer); - /// - string const dvipdfm_options(Buffer const * buffer); - /// void update(Formats const & formats); /// void updateLast(Formats const & formats); @@ -131,10 +126,10 @@ private: std::vector const Converters::intToFormat(std::vector const & input); /// - bool scanLog(Buffer const * buffer, string const & command, + bool scanLog(Buffer const & buffer, string const & command, string const & filename); /// - bool runLaTeX(Buffer const * buffer, string const & command, + bool runLaTeX(Buffer const & buffer, string const & command, LatexRunParams const &); /// ConverterList converterlist_;