mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 02:49:46 +00:00
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:
parent
51264f1372
commit
2944cdd82a
@ -29,9 +29,6 @@ namespace lyx {
|
|||||||
using support::subst;
|
using support::subst;
|
||||||
using support::trim;
|
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
|
/// Special value of toclevel for layouts that to not belong in a TOC
|
||||||
const int Layout::NOT_IN_TOC = -1000;
|
const int Layout::NOT_IN_TOC = -1000;
|
||||||
|
@ -50,8 +50,6 @@ using support::rtrim;
|
|||||||
using support::subst;
|
using support::subst;
|
||||||
using support::addName;
|
using support::addName;
|
||||||
|
|
||||||
extern FontInfo lyxRead(Lexer &, FontInfo const & fi = sane_font);
|
|
||||||
|
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
/// Read a font specification from Lexer. Used for layout files.
|
/// 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
|
} // namespace lyx
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user