* insetbox.h: add noFontChange() == true to prevent LaTeX error for

multi-paragraph box insets



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14056 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Martin Vermeer 2006-06-09 12:10:49 +00:00
parent a9390a6b8d
commit 85dc2d3ebd

View File

@ -80,6 +80,8 @@ public:
///
bool neverIndent() const { return true; }
///
bool noFontChange() const { return true; }
///
int latex(Buffer const &, std::ostream &,
OutputParams const &) const;
///