From 0ae4b20a2887c57ddcf439d5780e80844e81f9c0 Mon Sep 17 00:00:00 2001 From: Edwin Leuven Date: Thu, 27 Mar 2008 11:14:17 +0000 Subject: [PATCH] =?utf8?q?clean-up=20after=20andr=C3=A9=20;-)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24004 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/InsetBox.cpp | 2 +- src/insets/InsetBox.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/insets/InsetBox.cpp b/src/insets/InsetBox.cpp index c11dc34d94..549fdacb83 100644 --- a/src/insets/InsetBox.cpp +++ b/src/insets/InsetBox.cpp @@ -232,7 +232,7 @@ bool InsetBox::getStatus(Cursor & cur, FuncRequest const & cmd, return true; case LFUN_BREAK_PARAGRAPH: - if (params_.inner_box) { + if (params_.inner_box) return InsetCollapsable::getStatus(cur, cmd, flag); flag.enabled(false); return true; diff --git a/src/insets/InsetBox.h b/src/insets/InsetBox.h index 94dd37cce8..2567a5ca56 100644 --- a/src/insets/InsetBox.h +++ b/src/insets/InsetBox.h @@ -86,7 +86,6 @@ public: private: /// friend class InsetBoxParams; - friend class InsetBoxMailer; /// docstring editMessage() const; /// -- 2.39.2