]> git.lyx.org Git - lyx.git/blobdiff - src/insets/Inset.cpp
More switches and whitespace fixes
[lyx.git] / src / insets / Inset.cpp
index 8b741b7b0ace1deae4cf9fcb8d660a3139af8aa6..cce0f327feb49aa1b9fbe56790e24ba918f31689 100644 (file)
@@ -258,7 +258,7 @@ docstring Inset::toolTip(BufferView const &, int, int) const
 }
 
 
-void Inset::forToc(docstring &, size_t) const
+void Inset::forOutliner(docstring &, size_t) const
 {
 }
 
@@ -642,6 +642,12 @@ Buffer const * Inset::updateFrontend() const
 }
 
 
+bool Inset::resetFontEdit() const
+{
+       return getLayout().resetsFont() || !inheritFont();
+}
+
+
 docstring Inset::completionPrefix(Cursor const &) const 
 {
        return docstring();