X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FParagraph.h;h=ca88dd774e9d48e7f0472b8db35972899af5c0d0;hb=9350076b3aa268919a4bf6e05c4a10caebabb913;hp=d6e4a7667af63fed93add7c1fc4804d1076d250b;hpb=633013453eea56467b50869a355849c46a39a3a3;p=features.git diff --git a/src/Paragraph.h b/src/Paragraph.h index d6e4a7667a..ca88dd774e 100644 --- a/src/Paragraph.h +++ b/src/Paragraph.h @@ -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;