X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FChanges.h;fp=src%2FChanges.h;h=615b1099b1a7e848fd8741762282c7ee103271ca;hb=f05504f5ef438eef9ecf52cd989148d8f6209b00;hp=643a7fae38029be72a5051ccdb07548d0c1e8230;hpb=1f3b4e24af25a465e552bff36dce7ffdb4e21701;p=lyx.git diff --git a/src/Changes.h b/src/Changes.h index 643a7fae38..615b1099b1 100644 --- a/src/Changes.h +++ b/src/Changes.h @@ -94,6 +94,9 @@ public: /// return true if there is a change in the given range (excluding end) bool isChanged(pos_type start, pos_type end) const; + /// return true if the whole range is deleted + bool isFullyDeleted(pos_type const start, pos_type const end) const; + /// output latex to mark a transition between two change types /// returns length of text outputted static int latexMarkChange(odocstream & os, BufferParams const & bparams,