richedit: Fix streaming rtf with table at the start of the text.
authorDylan Smith <dylan.ah.smith@gmail.com>
Sat, 17 Jul 2010 19:29:28 +0000 (15:29 -0400)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 19 Jul 2010 12:38:16 +0000 (14:38 +0200)
commitbe3073fce1586bc2d5a888007f89cde510392964
tree1652ec5c75be8405a739d4c8cdd21de6f34ad353
parente2f6b1d83d15a069b2f07415f6ff9029dbe9f6ea
richedit: Fix streaming rtf with table at the start of the text.

The first paragraph was being handled just by ME_StreamOutParaProps,
but subsequent paragraphs would check if the paragraph was starting or
ending a table. So I moved the code to check for tables into
ME_StreamOutParaProps.
dlls/riched20/writer.c