From: Martin Vermeer Date: Fri, 9 Jun 2006 12:10:49 +0000 (+0000) Subject: * insetbox.h: add noFontChange() == true to prevent LaTeX error for X-Git-Tag: 1.6.10~13134 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=85dc2d3ebda7b42f50101306513a44029fe38f00;p=features.git * 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 --- 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; ///