]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTOC.h
tex2lyx: support for Spreadsheet and chess external templates
[lyx.git] / src / insets / InsetTOC.h
index 5dba25ca8d0a4806a3fcc27212586bbae7bc7cee..cb32c66ac3f18c85b1df6313a151c12f3cba773f 100644 (file)
@@ -39,6 +39,8 @@ public:
        int docbook(odocstream &, OutputParams const &) const;
        ///
        docstring xhtml(XHTMLStream & xs, OutputParams const &) const;
+       ///
+       void doDispatch(Cursor & cur, FuncRequest & cmd);
        //@}
 
        /// \name Static public methods obligated for InsetCommand derived classes