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:
Abdelrazak Younes 2009-08-09 16:00:25 +00:00
parent df0072228f
commit 2a2128c0f3

View File

@ -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);