]> git.lyx.org Git - features.git/commit
Cleanup fix for bug 2382:
authorJürgen Spitzmüller <spitz@lyx.org>
Tue, 19 Sep 2006 09:39:17 +0000 (09:39 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Tue, 19 Sep 2006 09:39:17 +0000 (09:39 +0000)
commit023fb5433c3028ec87042d9f2a7d2d4ed4d70eee
treec38e5d637c7c0ea8c123456946f089dbf805aca9
parent513b57cfaac5c1f5e479b105910394e0fee5d7f5
Cleanup fix for bug 2382:
* src/CutAndPaste.C (pasteSelectionHelper): pass Cursor
as argument, remove cursor-dependent arguments,
implement method to reset layout in insets which
forceParagraphsToDefault.

* src/CutAndPaste.C (pasteParagraphList): adapt call of
pasteSelectionHelper.

* insets/insetbox.C (doDispatch):
* insets/insetert.C (doDispatch):
* insets/insetcharstyle.C (doDispatch):
* insettext.[Ch] (forceParagraphsToDefault):
remove ad-hoc-Code to
reset paragraph layout.
This is now done generally in CutAndPaste.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15062 a592a061-630c-0410-9148-cb99ea01b6c8
src/CutAndPaste.C
src/insets/insetbox.C
src/insets/insetcharstyle.C
src/insets/insetert.C
src/insets/insettabular.C
src/insets/insettext.C
src/insets/insettext.h