This website works better with JavaScript.
Home
Explore
Help
Sign In
ligan
/
DocX
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix AddImage bug : recursive loop
master
malickf
9 years ago
parent
b536b5e517
commit
6a26741c1a
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
DocX/DocX.cs
+ 1
- 1
DocX/DocX.cs
View File
@@ -2950,7 +2950,7 @@ namespace Novacode
}
}
return AddImage(filename, contentType);
return AddImage(filename
as object
, contentType);
}
/// <summary>
Write
Preview
Loading…
Cancel
Save