mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
Const.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33364 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
b4d588e78a
commit
c9cd57c4f2
@ -47,7 +47,7 @@ void GuiERT::enableView(bool enable)
|
|||||||
|
|
||||||
docstring GuiERT::dialogToParams() const
|
docstring GuiERT::dialogToParams() const
|
||||||
{
|
{
|
||||||
InsetCollapsable::CollapseStatus status = openRB->isChecked()
|
InsetCollapsable::CollapseStatus const status = openRB->isChecked()
|
||||||
? InsetCollapsable::Open : InsetCollapsable::Collapsed;
|
? InsetCollapsable::Open : InsetCollapsable::Collapsed;
|
||||||
return from_ascii(InsetERT::params2string(status));
|
return from_ascii(InsetERT::params2string(status));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user