Paragraph::Private: change TextContainer to docstring; this will enable to use advance algorithms for string searching/splitting/merging without useless data copying etc.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21171 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2007-10-24 08:50:58 +00:00
parent 92908b6ecf
commit 23f89b8d35

View File

@ -203,7 +203,7 @@ public:
/// end of label
pos_type begin_of_body_;
typedef std::vector<char_type> TextContainer;
typedef docstring TextContainer;
///
TextContainer text_;
};