X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetIndexMacro.h;h=07109f8fafc66610fb97daadbc56bf397e0e82f6;hb=8124e6c02ea1fd6779bb6c47ffe2bca2c8bd2d97;hp=3d56e399de7191fa9345526e41cf7faceeaea1a0;hpb=4e50da3e655b9f8d26f7d5e439d72b219d32279d;p=lyx.git diff --git a/src/insets/InsetIndexMacro.h b/src/insets/InsetIndexMacro.h index 3d56e399de..07109f8faf 100644 --- a/src/insets/InsetIndexMacro.h +++ b/src/insets/InsetIndexMacro.h @@ -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;