From: Edwin Leuven Date: Thu, 27 Mar 2008 11:14:17 +0000 (+0000) Subject: clean-up after andré ;-) X-Git-Tag: 1.6.10~5390 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=0ae4b20a2887c57ddcf439d5780e80844e81f9c0;p=features.git clean-up after andré ;-) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24004 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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; ///