]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.h
Inset::forceLTR() only determines whether explicit switches are needed
[lyx.git] / src / Paragraph.h
index d6e4a7667af63fed93add7c1fc4804d1076d250b..ca88dd774e9d48e7f0472b8db35972899af5c0d0 100644 (file)
@@ -194,7 +194,7 @@ public:
        /// Can we drop the standard paragraph wrapper?
        bool emptyTag() const;
 
-       /// Get the id of the paragraph, usefull for docbook
+       /// Get the id of the paragraph, useful for DocBook
        std::string getID(Buffer const & buf, OutputParams const & runparams) const;
 
        /// Output the first word of a paragraph, return the position where it left.
@@ -239,6 +239,8 @@ public:
        ///
        bool isPassThru() const;
        ///
+       bool parbreakIsNewline() const;
+       ///
        bool isPartOfTextSequence() const;
        ///
        pos_type size() const;