From 3f7d2a66f522a45583e0a8b0ba734bb71f0ddde0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Sun, 9 Mar 2008 17:43:16 +0000 Subject: [PATCH] * src/insets/InsetNote.h: - implement missing noFontChange. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23601 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/InsetNote.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/insets/InsetNote.h b/src/insets/InsetNote.h index c710ce7638..a9ca313b87 100644 --- a/src/insets/InsetNote.h +++ b/src/insets/InsetNote.h @@ -57,6 +57,8 @@ private: /// virtual DisplayType display() const; /// + bool noFontChange() const { return params_.type != InsetNoteParams::Note; } + /// void write(std::ostream &) const; /// void read(Lexer & lex);