mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
These insets are NOT_EDITABLE.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29187 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
3c0755b572
commit
ce8323e5d3
@ -29,7 +29,7 @@ public:
|
||||
///
|
||||
docstring screenLabel() const;
|
||||
///
|
||||
EDITABLE editable() const { return IS_EDITABLE; }
|
||||
EDITABLE editable() const { return NOT_EDITABLE; }
|
||||
///
|
||||
InsetCode lyxCode() const { return FLOAT_LIST_CODE; }
|
||||
///
|
||||
|
@ -26,7 +26,7 @@ public:
|
||||
///
|
||||
docstring screenLabel() const;
|
||||
///
|
||||
EDITABLE editable() const { return IS_EDITABLE; }
|
||||
EDITABLE editable() const { return NOT_EDITABLE; }
|
||||
///
|
||||
InsetCode lyxCode() const { return TOC_CODE; }
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user