Explorar el Código

Fixed a bug in InsertDocument reported in 10772. Fix provided by Faber75.

Thanks Fabrizio Cioni
master
MadBoy_cp hace 13 años
padre
commit
56987a533c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      DocX/DocX.cs

+ 1
- 1
DocX/DocX.cs Ver fichero

@@ -1438,7 +1438,7 @@ namespace Novacode
String value = styleId.Value;
styleId.Remove();
String key = Regex.Replace(temp.ToString(), @"\s+", "");
local_styles.Add(key, value);
if (!local_styles.ContainsKey(key)) local_styles.Add(key, value);
}
// Add each remote style to this document.

Cargando…
Cancelar
Guardar