]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetVSpace.h
tex2lyx/text.cpp: fix typos
[lyx.git] / src / insets / InsetVSpace.h
index e065462ced23ba8cf5ec92564c3cbd8854dc20c6..4724c7b5670ff6abd7ce8906374c2d0dfb3caab7 100644 (file)
@@ -32,20 +32,18 @@ public:
        ///
        bool hasSettings() const { return true; }
        ///
-       docstring contextMenuName() const;
+       std::string contextMenuName() const;
        ///
        static void string2params(std::string const &, VSpace &);
        ///
        static std::string params2string(VSpace const &);
-       ///
-       bool clickable(int, int) const { return true; }
 private:
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
-       int latex(odocstream &, OutputParams const &) const;
+       void latex(otexstream &, OutputParams const &) const;
        ///
        int plaintext(odocstream &, OutputParams const &) const;
        ///