office-gobmx/sw/qa/extras/ww8import
Luboš Luňák 4a1888a97e fix reading a .doc that has frame anchored to the end of page (bnc#787942)
MSWord, unlike Writer, can anchor even to a page break (i.e. after the last
paragraph). When this document was read, what happended was:
- the last paragraph was read and the current position PaM was set to point
  after it
- frame was read and anchored to the PaM
- page break was read, making everything following be moved to the next page;
  including whatever ended up at the PaM position
Handle this by checking for this case and inserting an extra empty paragraph
before the break. This shouldn't affect layout of the page itself anyway,
since the break should leave room for it (and MSWord shows a page break
there if control characters are enabled, so there is room).

Change-Id: Ia2a13bf5cf1c959b5aa228254365019a00a22679
2014-08-17 18:16:42 +02:00
..
data fix reading a .doc that has frame anchored to the end of page (bnc#787942) 2014-08-17 18:16:42 +02:00
ww8import.cxx fix reading a .doc that has frame anchored to the end of page (bnc#787942) 2014-08-17 18:16:42 +02:00