clean-up after andré ;-)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24004 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Edwin Leuven 2008-03-27 11:14:17 +00:00
parent c0d04eea68
commit 0ae4b20a28
2 changed files with 1 additions and 2 deletions

View File

@ -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;

View File

@ -86,7 +86,6 @@ public:
private:
///
friend class InsetBoxParams;
friend class InsetBoxMailer;
///
docstring editMessage() const;
///