From ce8323e5d3d3c433919a816819f43704426456b8 Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Fri, 10 Apr 2009 14:11:39 +0000 Subject: [PATCH] These insets are NOT_EDITABLE. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29187 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/InsetFloatList.h | 2 +- src/insets/InsetTOC.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/insets/InsetFloatList.h b/src/insets/InsetFloatList.h index 06004634f2..9afa316891 100644 --- a/src/insets/InsetFloatList.h +++ b/src/insets/InsetFloatList.h @@ -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; } /// diff --git a/src/insets/InsetTOC.h b/src/insets/InsetTOC.h index b0ddc39e14..037d461f45 100644 --- a/src/insets/InsetTOC.h +++ b/src/insets/InsetTOC.h @@ -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; } /// -- 2.39.2