Browse Source

fix AddImage bug : recursive loop

master
malickf 9 years ago
parent
commit
6a26741c1a
1 changed files with 1 additions and 1 deletions
  1. 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>

Loading…
Cancel
Save