richedit: PFE_TABLE flag is now used instead of private bTable value.
commitaba425eb70adf376a71e8743f313a7e6fa306046
authorDylan Smith <dylan.ah.smith@gmail.com>
Tue, 8 Jul 2008 17:38:54 +0000 (8 13:38 -0400)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 9 Jul 2008 09:31:21 +0000 (9 11:31 +0200)
treef577bd8313eff6ae622aa981ba9842acc75974d6
parent3adf811645daaa876e1d223f98fc5428d2f79f75
richedit: PFE_TABLE flag is now used instead of private bTable value.

The PARAFORMAT structure has a bit in wEffects to indicate whether the
paragraph is a table or not, so this should be used instead of a private
bTable value, since this structure can be retrieved with EM_GETPARAFORMAT.
dlls/riched20/caret.c
dlls/riched20/editor.c
dlls/riched20/editstr.h
dlls/riched20/para.c
dlls/riched20/writer.c