mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Whitespace fixes
This commit is contained in:
parent
f24feb9038
commit
8ed7f52584
@ -293,7 +293,7 @@ public:
|
|||||||
void write(std::ostream & os) const;
|
void write(std::ostream & os) const;
|
||||||
/// returns true if \end_document has not been read
|
/// returns true if \end_document has not been read
|
||||||
/// insetPtr is the containing Inset
|
/// insetPtr is the containing Inset
|
||||||
bool read(Lexer & lex, ErrorList & errorList,
|
bool read(Lexer & lex, ErrorList & errorList,
|
||||||
InsetText * insetPtr);
|
InsetText * insetPtr);
|
||||||
|
|
||||||
/// delete double spaces, leading spaces, and empty paragraphs around old cursor.
|
/// 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.
|
/// To resolve macros properly the texts get their DocIterator.
|
||||||
/// Every macro definition is stored with its 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.
|
/// visible in a paragraph.
|
||||||
DocIterator macrocontextPosition() const;
|
DocIterator macrocontextPosition() const;
|
||||||
///
|
///
|
||||||
@ -371,7 +371,7 @@ private:
|
|||||||
///
|
///
|
||||||
void readParagraph(Paragraph & par, Lexer & lex, ErrorList & errorList);
|
void readParagraph(Paragraph & par, Lexer & lex, ErrorList & errorList);
|
||||||
/// Set Label Width string to all paragraphs of the same layout
|
/// 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);
|
void setLabelWidthStringToSequence(Cursor const & cur, docstring const & s);
|
||||||
|
|
||||||
/// Owner Inset.
|
/// Owner Inset.
|
||||||
|
Loading…
Reference in New Issue
Block a user