Commit e3d8bf9d authored by Phil Krylov's avatar Phil Krylov Committed by Alexandre Julliard

Added "generator" RTF destination handling.

parent 62a9a07d
......@@ -2845,6 +2845,7 @@ static RTFKey rtfKey[] =
{ rtfDestination, rtfStyleSheet, "stylesheet", 0 },
{ rtfDestination, rtfKeyCode, "keycode", 0 },
{ rtfDestination, rtfRevisionTbl, "revtbl", 0 },
{ rtfDestination, rtfGenerator, "generator", 0 },
{ rtfDestination, rtfInfo, "info", 0 },
{ rtfDestination, rtfITitle, "title", 0 },
{ rtfDestination, rtfISubject, "subject", 0 },
......@@ -3667,6 +3668,7 @@ Destination (RTF_Info *info)
switch (info->rtfMinor)
{
case rtfGenerator:
case rtfPict:
case rtfFNContSep:
case rtfFNContNotice:
......
......@@ -546,7 +546,8 @@
# define rtfIndexRange 71
# define rtfTOC 72
# define rtfNeXTGraphic 73
# define rtfMaxDestination 74 /* highest dest + 1 */
# define rtfGenerator 74
# define rtfMaxDestination 75 /* highest dest + 1 */
# define rtfFontFamily 4
# define rtfFFNil 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment