From 9998736781def8a38c303770ceacfdeada85aad9 Mon Sep 17 00:00:00 2001 From: Martin Vermeer Date: Fri, 9 Jun 2006 12:12:50 +0000 Subject: [PATCH] * 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 --- src/insets/insetbox.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/insets/insetbox.h b/src/insets/insetbox.h index 044f0d4330..3e0df69ebb 100644 --- a/src/insets/insetbox.h +++ b/src/insets/insetbox.h @@ -80,6 +80,8 @@ public: /// bool neverIndent() const { return true; } /// + bool noFontChange() const { return true; } + /// int latex(Buffer const &, std::ostream &, OutputParams const &) const; ///