Przeglądaj źródła

fix AddImage bug : recursive loop

master
malickf 9 lat temu
rodzic
commit
6a26741c1a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      DocX/DocX.cs

+ 1
- 1
DocX/DocX.cs Wyświetl plik

@@ -2950,7 +2950,7 @@ namespace Novacode
}
}
return AddImage(filename, contentType);
return AddImage(filename as object, contentType);
}
/// <summary>

Ładowanie…
Anuluj
Zapisz