]> git.lyx.org Git - features.git/commit
Make lyxcursor store a ParagraphList::iterator, change three functions to take a...
authorLars Gullik Bjønnes <larsbj@gullik.org>
Wed, 9 Apr 2003 09:15:20 +0000 (09:15 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Wed, 9 Apr 2003 09:15:20 +0000 (09:15 +0000)
commit0408f69287e363d0724bcef3a0c21dd122d79538
tree4d93a6a3cf38e3207bb7fcce2db3eeaac1e0b62a
parent80837fb32425191991068eb731bea6169a1efb61
Make lyxcursor store a ParagraphList::iterator, change three functions to take a ParagraphList::iterator instead of a ParagraphList::iterator. Other changes to adjust for this.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6741 a592a061-630c-0410-9148-cb99ea01b6c8
17 files changed:
src/BufferView.C
src/BufferView_pimpl.C
src/ChangeLog
src/bufferview_funcs.C
src/insets/ChangeLog
src/insets/insettabular.C
src/insets/insettext.C
src/lyx_cb.C
src/lyxcursor.C
src/lyxcursor.h
src/lyxfind.C
src/lyxtext.h
src/text.C
src/text2.C
src/text3.C
src/text_funcs.C
src/undo_funcs.C