From: Jürgen Spitzmüller Date: Mon, 14 Jun 2010 14:10:07 +0000 (+0000) Subject: * InsetIndex.cpp (validate): X-Git-Tag: 2.0.0~3135 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=aab87ddb8ff9e8c64e4abaf9cafe996cc51532c8;p=features.git * InsetIndex.cpp (validate): - fall through to InsetCollapsable (bug #6715) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34654 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/InsetIndex.cpp b/src/insets/InsetIndex.cpp index 8c9e02c694..ed81c9dba3 100644 --- a/src/insets/InsetIndex.cpp +++ b/src/insets/InsetIndex.cpp @@ -370,6 +370,7 @@ void InsetIndex::validate(LaTeXFeatures & features) const && !params_.index.empty() && params_.index != "idx") features.require("splitidx"); + InsetCollapsable::validate(features); }