X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetIndexMacro.h;h=07109f8fafc66610fb97daadbc56bf397e0e82f6;hb=8124e6c02ea1fd6779bb6c47ffe2bca2c8bd2d97;hp=4122621ea0338121e720dc2faf0beb8285e8b7cc;hpb=891731992484202e40d4fd67dab2672510070145;p=lyx.git diff --git a/src/insets/InsetIndexMacro.h b/src/insets/InsetIndexMacro.h index 4122621ea0..07109f8faf 100644 --- a/src/insets/InsetIndexMacro.h +++ b/src/insets/InsetIndexMacro.h @@ -27,7 +27,7 @@ public: enum Type { See, Seealso, - Subindex, + Subentry, Sortkey }; /// @@ -66,6 +66,8 @@ public: int getPlaintext(odocstringstream &, OutputParams const &, size_t) const; /// void getDocbook(XMLStream &, OutputParams const &) const; + /// + bool hasNoContent() const; private: /// InsetCode lyxCode() const override;