Explorar el Código

fix AddImage bug : recursive loop

master
malickf hace 9 años
padre
commit
6a26741c1a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      DocX/DocX.cs

+ 1
- 1
DocX/DocX.cs Ver fichero

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

Cargando…
Cancelar
Guardar