]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.h
Typo.
[lyx.git] / src / Paragraph.h
index a75ec791116b27e4b0daeb0905d615eb4f58d464..ac95de18e8a3d745eac5d8069fa59242b080cfe2 100644 (file)
@@ -334,6 +334,10 @@ public:
        /// 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(pos_type pos) const;
+       /// True if the element at this point is a character that is not a letter.
+       bool isChar(pos_type pos) const;
+       /// True if the element at this point is a space
+       bool isSpace(pos_type pos) const;
 
        /// returns true if at least one line break or line separator has been deleted
        /// at the beginning of the paragraph (either physically or logically)