]> git.lyx.org Git - lyx.git/blobdiff - src/insets/Inset.cpp
Add comment.
[lyx.git] / src / insets / Inset.cpp
index fd1c4e5b7bc0686e1c8c8f6d31e2a54e7024e6f5..916278d96c779b44575f6ab0c0193a98d5c6a8dc 100644 (file)
@@ -234,12 +234,19 @@ bool Inset::allowEmpty() const
        return getLayout().isKeepEmpty();
 }
 
+
 bool Inset::forceLTR() const
 {
        return getLayout().forceLTR();
 }
 
 
+bool Inset::isInToc() const
+{
+       return getLayout().isInToc();
+}
+
+
 docstring Inset::toolTip(BufferView const &, int, int) const
 {
        return docstring();