[PATCH] Change in core[libreoffice-3-6]: fdo#57708 fix fake page break problem during RTF import

Miklos Vajna (via Code Review) gerrit at gerrit.libreoffice.org
Sat Dec 1 02:38:09 PST 2012


Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/1214

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/14/1214/1

fdo#57708 fix fake page break problem during RTF import

The core of this change is: so far the continous section break at the
end of the document was sent as a normal section break. This was
introduced in commit 892d33c8d5033b4f8f7889bf91d257f55adf0e1f, probably
as a workaround (sadly it's not documented and I no longer remember).
Don't do this, since it causes additional page breaks during import.
Instead, fix properly whatever was broken after getting rid of this
workaround.

(cherry picked from commits b836bf389d1150c9cafbb0aefa641af2316e536c and
3f13a8255be93cd3b697f42d691b35418eb87114)

Conflicts:
	writerfilter/source/dmapper/PropertyMap.cxx
	writerfilter/source/rtftok/rtfdocumentimpl.cxx
	writerfilter/source/rtftok/rtfdocumentimpl.hxx

Change-Id: I28c372d539c150fe21ff9db31209f9935a5e9063
---
M writerfilter/source/dmapper/PropertyMap.cxx
M writerfilter/source/rtftok/rtfdocumentimpl.cxx
M writerfilter/source/rtftok/rtfdocumentimpl.hxx
3 files changed, 51 insertions(+), 35 deletions(-)


--
To view, visit https://gerrit.libreoffice.org/1214
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I28c372d539c150fe21ff9db31209f9935a5e9063
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: libreoffice-3-6
Gerrit-Owner: Miklos Vajna <vmiklos at suse.cz>



More information about the LibreOffice mailing list