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

multi-paragraph box insets



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@14057 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Martin Vermeer 2006-06-09 12:12:50 +00:00
parent a2a94df651
commit 9998736781

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;
///