]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCollapsable.h
#7379 avoid the wrap spell check question when buffer is empty
[lyx.git] / src / insets / InsetCollapsable.h
index fda6f84e3c4d2397ca5b2b05c9ad905c69e8c462..4008cee7425662bd7daab785f914de998c5d13ef 100644 (file)
@@ -141,7 +141,9 @@ public:
        ///
        virtual bool usePlainLayout() const { return true; }
        ///
-       virtual docstring contextMenu(BufferView const & bv, int x, int y) const;
+       docstring contextMenu(BufferView const & bv, int x, int y) const;
+       ///
+       docstring contextMenuName() const;
        ///
        docstring floatName(std::string const & type) const;
 protected: