Skip to content

Commit

Permalink
Fix image name
Browse files Browse the repository at this point in the history
Change-Id: Ia25fe2a6ee267ae0649fbd7ed9402639b84d2561
  • Loading branch information
aror92 committed Apr 10, 2024
1 parent d637677 commit 927f72a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/xWorks/LcmWordGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1350,7 +1350,7 @@ public static Drawing CreateImage(WordprocessingDocument doc, string filepath, s
new Pictures.NonVisualDrawingProperties()
{
Id = (UInt32Value)0U,
Name = name + ".jpg"
Name = name
},
new Pictures.NonVisualPictureDrawingProperties()),

Expand Down

0 comments on commit 927f72a

Please sign in to comment.