]> git.lyx.org Git - lyx.git/blobdiff - src/insets/Inset.cpp
#7379 avoid the wrap spell check question when buffer is empty
[lyx.git] / src / insets / Inset.cpp
index 76ec593f5a3481d1bb2ec0fe6211314f3c92835a..c93018e0755acb2d0013c56782c00ecb6ee98c10 100644 (file)
@@ -254,6 +254,11 @@ docstring Inset::toolTip(BufferView const &, int, int) const
 }
 
 
+void Inset::forToc(docstring &, size_t) const
+{
+}
+
+
 docstring Inset::contextMenu(BufferView const &, int, int) const
 {
        return contextMenuName();