X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInset.cpp;h=cce0f327feb49aa1b9fbe56790e24ba918f31689;hb=dae8555234f0e5c8358b91c307d91b219c664617;hp=58a14a2e5418ec09b2897a8b26f363f343ecc24c;hpb=ee1fc9130aba1d9a5248aa65f1329bfe51532c49;p=lyx.git diff --git a/src/insets/Inset.cpp b/src/insets/Inset.cpp index 58a14a2e54..cce0f327fe 100644 --- a/src/insets/Inset.cpp +++ b/src/insets/Inset.cpp @@ -195,7 +195,7 @@ Buffer & Inset::buffer() LYXERR0("Inset: " << this << " LyX Code: " << lyxCode() << " name: " << iname); s << "LyX Code: " << lyxCode() << " name: " << iname; - LASSERT(false, /**/); + LATTEST(false); throw ExceptionMessage(BufferException, from_ascii("Inset::buffer_ member not initialized!"), s.str()); } @@ -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();