=== modified file 'ContentFiltering/Office/Word/Filters/LocalImageAdaptorFilter.cs' --- ContentFiltering/Office/Word/Filters/LocalImageAdaptorFilter.cs 2010-05-06 15:13:07 +0000 +++ ContentFiltering/Office/Word/Filters/LocalImageAdaptorFilter.cs 2010-12-10 07:46:27 +0000 @@ -98,7 +98,7 @@ { String imageName = node.Attributes["src"].Value; imageName = Path.GetFileName(imageName); - XmlNode startComment = xmlDoc.CreateComment("startimage:" + imageName); + XmlNode startComment = xmlDoc.CreateComment("startimage:false|-|attach|-|" + imageName); XmlNode endComment = xmlDoc.CreateComment("stopimage"); XmlNode parent = node.ParentNode; parent.InsertBefore(startComment, node);