X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fconverter.h;h=0f507af1ac66fde8c46f878cb98d21dff8b7f0d2;hb=98c966c64594611e469313314abd1e59524adb4a;hp=ebc5b9abfefdf1a4e64582592c30fddee3d57319;hpb=e952d33e0b702265cdac14de9871ecbfcf34863d;p=lyx.git diff --git a/src/converter.h b/src/converter.h index ebc5b9abfe..0f507af1ac 100644 --- a/src/converter.h +++ b/src/converter.h @@ -1,9 +1,9 @@ // -*- C++ -*- /* This file is part of - * ====================================================== - * + * ====================================================== + * * LyX, The Document Processor - * + * * Copyright 1995 Matthias Ettrich * Copyright 1995-2001 The LyX Team. * @@ -84,8 +84,8 @@ bool operator<(Format const & a, Format const & b) /// class Formats { public: - /// - typedef std::vector FormatList; + /// + typedef std::vector FormatList; /// typedef FormatList::const_iterator const_iterator; /// @@ -99,7 +99,7 @@ public: /// void add(string const & name); /// - void add(string const & name, string const & extension, + void add(string const & name, string const & extension, string const & prettyname, string const & shortcut); /// void erase(string const & name); @@ -176,7 +176,7 @@ public: /// class Converters { public: - typedef std::vector ConverterList; + typedef std::vector ConverterList; /// typedef ConverterList::const_iterator const_iterator; /// @@ -241,7 +241,7 @@ public: } private: /// - 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);