v1.2.6-patch1
This commit is contained in:
parent
756e6708d6
commit
fb3032cf83
|
|
@ -220,9 +220,9 @@ private
|
||||||
begin
|
begin
|
||||||
if ifnil(obj.FormatCode) then xf_node.SetAttribute('numFmtId', 0);
|
if ifnil(obj.FormatCode) then xf_node.SetAttribute('numFmtId', 0);
|
||||||
else begin
|
else begin
|
||||||
obj.NumFmtId := 176;
|
processNumFmtId(root, 'numFmts', obj);
|
||||||
insertNode(root, 'numFmts', obj);
|
insertNode(root, 'numFmts', obj);
|
||||||
xf_node.SetAttribute('numFmtId', 176);
|
xf_node.SetAttribute('numFmtId', obj.NumFmtId);
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
else begin
|
else begin
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue