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