diff --git a/GreenshotInterop/OfficeExport/WordExporter.cs b/GreenshotInterop/OfficeExport/WordExporter.cs index 6775f0a14..7b1dc7965 100644 --- a/GreenshotInterop/OfficeExport/WordExporter.cs +++ b/GreenshotInterop/OfficeExport/WordExporter.cs @@ -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"); }