]> git.lyx.org Git - features.git/blobdiff - src/insets/inset.C
Remove LYX_LAYOUT_DEFAULT - it is very very old, even klyx doesn't use it.
[features.git] / src / insets / inset.C
index 4fa75c48d91b7f6bf4ca6ca694c441197d77e008..4429c12cb8bc43663c971145b90824f3e79f720e 100644 (file)
@@ -359,13 +359,13 @@ LyXCursor const & Inset::cursor(BufferView * bv) const
 }
 
 
-string const UpdatableInset::selectNextWordToSpellcheck(BufferView *bv,
+WordLangTuple UpdatableInset::selectNextWordToSpellcheck(BufferView *bv,
                                            float & value) const
 {
        // we have to unlock ourself in this function by default!
        bv->unlockInset(const_cast<UpdatableInset *>(this));
        value = 0;
-       return string();
+       return WordLangTuple();
 }