mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 21:43:24 -07:00
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:
parent
69d50906b8
commit
de25dc4287
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ namespace Greenshot.Interop.Office {
|
||||||
}
|
}
|
||||||
|
|
||||||
private static void AddPictureToSelection(ISelection selection, string tmpFile) {
|
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");
|
selection.InsertAfter("\r\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue