]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetVSpace.h
tex2lyx/text.cpp: fix typos
[lyx.git] / src / insets / InsetVSpace.h
index 4a8a1049316ab64da5ba2fb852a0a6b69425eb0b..4724c7b5670ff6abd7ce8906374c2d0dfb3caab7 100644 (file)
@@ -32,13 +32,11 @@ 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;