]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetIndexMacro.h
Fix bug #12795
[lyx.git] / src / insets / InsetIndexMacro.h
index 4122621ea0338121e720dc2faf0beb8285e8b7cc..07109f8fafc66610fb97daadbc56bf397e0e82f6 100644 (file)
@@ -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;