mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
Text: move things to private.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30946 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
df0072228f
commit
2a2128c0f3
@ -312,13 +312,14 @@ public:
|
||||
///
|
||||
docstring completionPrefix(Cursor const & cur) const;
|
||||
|
||||
public:
|
||||
private:
|
||||
/// The InsetText owner shall have access to everything.
|
||||
friend class InsetText;
|
||||
///
|
||||
ParagraphList pars_;
|
||||
|
||||
///
|
||||
bool autoBreakRows_;
|
||||
private:
|
||||
/// return past-the-last paragraph influenced by a layout
|
||||
/// change on pit
|
||||
pit_type undoSpan(pit_type pit);
|
||||
|
Loading…
Reference in New Issue
Block a user