]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph.h
namespace grfx -> lyx::graphics
[lyx.git] / src / paragraph.h
index c89c15b787e06439330285ede006b3f86d7906fb..5c9ba843c3858caae9f60fad1929e90adcdea7cd 100644 (file)
@@ -283,9 +283,12 @@ public:
        ///
        int stripLeadingSpaces();
 
-       ///
+       /// return true if we allow multiple spaces
        bool isFreeSpacing() const;
 
+       /// return true if we allow this par to stay empty
+       bool allowEmpty() const;
+
        ///
        ParagraphParameters & params();
        ///