mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 10:51:03 +00:00
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:
parent
de373da67b
commit
92b707bebc
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user