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:
Vincent van Ravesteijn 2009-04-10 14:11:39 +00:00
parent 3c0755b572
commit ce8323e5d3
2 changed files with 2 additions and 2 deletions

View File

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

View File

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