Minor adjustment to previous commit.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19582 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2007-08-15 04:37:14 +00:00
parent de373da67b
commit 92b707bebc

View File

@ -260,7 +260,10 @@ void ParagraphParameters::apply(
}
bool canApply(ParagraphParameters const & params, Layout const & layout)
//FIXME This needs to be made a real method, so that getStatus()
//can return sensible information.
bool ParagraphParameters::canApply(
ParagraphParameters const & /*params*/, Layout const & /*layout*/)
{
return true;
}