Setting some word export options to prevent wrong embedding.

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1892 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-05-21 08:35:36 +00:00
commit de25dc4287

View file

@ -83,7 +83,7 @@ namespace Greenshot.Interop.Office {
}
private static void AddPictureToSelection(ISelection selection, string tmpFile) {
selection.InlineShapes.AddPicture(tmpFile, Type.Missing, Type.Missing, Type.Missing);
selection.InlineShapes.AddPicture(tmpFile, false, true, Type.Missing);
selection.InsertAfter("\r\n");
}