X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FText.h;h=e6759ef4361887018ed5ccceabfd0ed3e5086a67;hb=c6e1db7682dc8d58a68147b5eee1d004829ef6d2;hp=189a422adcbcd376bf2e6b655281d1322ec98849;hpb=8b00b355ca7012ca703c78a8be89193ac6435fcb;p=lyx.git diff --git a/src/Text.h b/src/Text.h index 189a422adc..e6759ef436 100644 --- a/src/Text.h +++ b/src/Text.h @@ -293,7 +293,7 @@ public: void write(std::ostream & os) const; /// returns true if \end_document has not been read /// insetPtr is the containing Inset - bool read(Lexer & lex, ErrorList & errorList, + bool read(Lexer & lex, ErrorList & errorList, InsetText * insetPtr); /// delete double spaces, leading spaces, and empty paragraphs around old cursor. @@ -309,7 +309,7 @@ public: /// To resolve macros properly the texts get their DocIterator. /// Every macro definition is stored with its DocIterator - /// as well. Only those macros with a smaller iterator become + /// as well. Only those macros with a smaller iterator become /// visible in a paragraph. DocIterator macrocontextPosition() const; /// @@ -371,7 +371,7 @@ private: /// void readParagraph(Paragraph & par, Lexer & lex, ErrorList & errorList); /// Set Label Width string to all paragraphs of the same layout - /// and depth in a sequence. + /// and depth in a sequence. void setLabelWidthStringToSequence(Cursor const & cur, docstring const & s); /// Owner Inset.