]> git.lyx.org Git - features.git/blobdiff - src/DocIterator.h
The way this was done here is inconsistent with how it is done
[features.git] / src / DocIterator.h
index 6a86e41d44b0a7f8e9115d6ca88a9b144626fa89..74dd47438ff85609ba5b8917bcadcd20c3a44c17 100644 (file)
@@ -75,6 +75,9 @@ public:
        /// is this the last possible position?
        bool atLastPos() const { return pit() == lastpit() && pos() == lastpos(); }
 
+       /// checks the cursor slices for disabled spell checker insets
+       bool allowSpellCheck() const;
+
        //
        // access to slice at tip
        //