From 2a2128c0f315ed89238911234276b61322338396 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Sun, 9 Aug 2009 16:00:25 +0000 Subject: [PATCH] Text: move things to private. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30946 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/Text.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Text.h b/src/Text.h index 4e56ffde92..06850e5350 100644 --- a/src/Text.h +++ b/src/Text.h @@ -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);