]> git.lyx.org Git - features.git/commit
Fix remaining parts of bug 3146.
authorJürgen Spitzmüller <spitz@lyx.org>
Mon, 7 May 2007 08:57:53 +0000 (08:57 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Mon, 7 May 2007 08:57:53 +0000 (08:57 +0000)
commit8b238ec8059fd03b84acc0a78411b7f6bf99aa1a
tree37cfc81fe0c2e740541f93957f7bc34a3c22ba9b
parent9ff14f38ef84499fda377eb54ba777355e31cafd
Fix remaining parts of bug 3146.
* src/Cursor.cpp:
- new helper function parbreak that checks whether a blank line is
  to be inserted or not (currently only relevant for ERT content)
- (selectionAsString): use parbreak instead of hardcoded "\n\n"

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18220 a592a061-630c-0410-9148-cb99ea01b6c8
src/Cursor.cpp