]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetHyperlink.h
Pure HTML output for math macros.
[lyx.git] / src / insets / InsetHyperlink.h
index 54850611acec2f3640446f4a383cebedc4cf91b3..23fd4ad1d122950d7bf2f4eec6479d51c59fe199 100644 (file)
@@ -47,12 +47,14 @@ public:
        ///
        static ParamInfo const & findInfo(std::string const &);
        ///
-       static std::string defaultCommand() { return "href"; };
+       static std::string defaultCommand() { return "href"; }
        ///
        static bool isCompatibleCommand(std::string const & s) 
                { return s == "href"; }
        /// Force inset into LTR environment if surroundings are RTL?
        bool forceLTR() const { return true; }
+       ///
+       virtual bool isInToc() const { return true; }
 private:
        Inset * clone() const { return new InsetHyperlink(*this); }
 };