X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetRef.h;h=002fa64d10ab656287fa10324064def6c6863f9d;hb=15ae3eb85c5494b4343936108cb3b5b7c53bafe4;hp=7cd0a11cfd27cf674c544e512993f5e300951761;hpb=fdbe775b9f5468e8f53dc83a66583f412b5970fb;p=lyx.git diff --git a/src/insets/InsetRef.h b/src/insets/InsetRef.h index 7cd0a11cfd..002fa64d10 100644 --- a/src/insets/InsetRef.h +++ b/src/insets/InsetRef.h @@ -45,6 +45,8 @@ public: docstring toolTip(BufferView const &, int, int) const { return tooltip_; } /// + docstring getTOCString() const; + /// bool hasSettings() const { return true; } /// InsetCode lyxCode() const { return REF_CODE; } @@ -62,7 +64,7 @@ public: /// void toString(odocstream &) const; /// - void forToc(docstring &, size_t) const; + void forOutliner(docstring &, size_t) const; /// void validate(LaTeXFeatures & features) const; ///