]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph.h
Juergen's compiler warning fixes
[lyx.git] / src / paragraph.h
index 82d0732fe32722e57480b4c5da5b0c6df75dba27..2a464d6a27ecbc5d5ebfff03886fd04c0b80b7e4 100644 (file)
@@ -335,12 +335,9 @@ public:
        bool isSeparator(lyx::pos_type pos) const;
        ///
        bool isLineSeparator(lyx::pos_type pos) const;
-       ///
-       bool isKomma(lyx::pos_type pos) const;
-       /// Used by the spellchecker
+       /// True if the character/inset at this point can be part of a word
+       // Note that digits in particular are considered as letters
        bool isLetter(lyx::pos_type pos) const;
-       ///
-       bool isWord(lyx::pos_type pos) const;
 
        /// returns -1 if inset not found
        int getPositionOfInset(InsetBase const * inset) const;