]> git.lyx.org Git - lyx.git/blobdiff - src/insets/Inset.cpp
Embedding: merge lyx::EmbeddedFiles to lyx::support::EmbeddedFileList
[lyx.git] / src / insets / Inset.cpp
index 4d19fa4b05e6b8c3f5b75ac676f5e5a7836ae8dd..616c180c3a45f1be24c1e4a16901b3dec0e24a88 100644 (file)
@@ -125,6 +125,18 @@ docstring Inset::name() const
 }
 
 
+docstring Inset::toolTip(BufferView const &, int, int) const
+{
+       return docstring();
+}
+
+
+docstring Inset::contextMenu(BufferView const &, int, int) const
+{
+       return docstring();
+}
+
+
 Dimension const Inset::dimension(BufferView const & bv) const
 {
        return bv.coordCache().getInsets().dim(this);