fix wrong tex2lyx hack

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22008 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Peter Kümmel 2007-12-08 10:50:30 +00:00
parent 51264f1372
commit 2944cdd82a
3 changed files with 1 additions and 6 deletions

View File

@ -29,9 +29,6 @@ namespace lyx {
using support::subst;
using support::trim;
#ifndef FONT_H
extern FontInfo lyxRead(Lexer &, FontInfo const & fi = sane_font);
#endif
/// Special value of toclevel for layouts that to not belong in a TOC
const int Layout::NOT_IN_TOC = -1000;

View File

@ -50,8 +50,6 @@ using support::rtrim;
using support::subst;
using support::addName;
extern FontInfo lyxRead(Lexer &, FontInfo const & fi = sane_font);
namespace {

View File

@ -47,7 +47,7 @@ public:
};
/// Read a font specification from Lexer. Used for layout files.
FontInfo lyxRead(Lexer &, FontInfo const & fi);
FontInfo lyxRead(Lexer &, FontInfo const & fi = sane_font);
} // namespace lyx