diff --git a/nvdaHelper/remote/winword.cpp b/nvdaHelper/remote/winword.cpp index c38cb080c0f..a701081b49f 100644 --- a/nvdaHelper/remote/winword.cpp +++ b/nvdaHelper/remote/winword.cpp @@ -52,6 +52,7 @@ constexpr int formatConfig_reportParagraphIndentation = 0x10000; constexpr int formatConfig_includeLayoutTables = 0x20000; constexpr int formatConfig_reportLineSpacing = 0x40000; constexpr int formatConfig_reportSuperscriptsAndSubscripts = 0x80000; +constexpr int formatConfig_reportGraphics = 0x100000; constexpr int formatConfig_fontFlags =(formatConfig_reportFontName|formatConfig_reportFontSize|formatConfig_reportFontAttributes|formatConfig_reportColor|formatConfig_reportSuperscriptsAndSubscripts); constexpr int formatConfig_initialFormatFlags =(formatConfig_reportPage|formatConfig_reportLineNumber|formatConfig_reportTables|formatConfig_reportHeadings|formatConfig_includeLayoutTables); @@ -717,7 +718,15 @@ inline int generateInlineShapeXML(IDispatch* pDispatchRange, int offset, wostrin SysFreeString(altText); } altText=NULL; - XMLStream<