]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetnewline.h
insetcharstyle drawing cosmetics
[lyx.git] / src / insets / insetnewline.h
index d89a41723a1da6ca03a93dea28bfdc2ae7b37b57..e3b3879609d2c666be2edde0eaef61ebe9910dd7 100644 (file)
@@ -47,6 +47,9 @@ public:
        virtual void write(Buffer const & buf, std::ostream & os) const;
        /// We don't need \begin_inset and \end_inset
        virtual bool directWrite() const { return true; }
+       /// is this equivalent to a space (which is BTW different from
+       // a line separator)?
+       bool isSpace() const;
 };
 
 #endif // INSET_NEWLINE_H