]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetHyperlink.h
tex2lyx/text.cpp: fix typos
[lyx.git] / src / insets / InsetHyperlink.h
index 8b6d8fb04fc4166ba11e855bfeca69d4ef613c26..fb4c8919790c474d7a2b5f2e5de51ff619d7c4fb 100644 (file)
@@ -42,11 +42,11 @@ public:
        ///
        docstring toolTip(BufferView const & bv, int x, int y) const;
        ///
-       docstring contextMenuName() const;
+       std::string contextMenuName() const;
        ///
        void validate(LaTeXFeatures &) const;
        ///
-       int latex(otexstream &, OutputParams const &) const;
+       void latex(otexstream &, OutputParams const &) const;
        ///
        int plaintext(odocstream &, OutputParams const &) const;
        ///