v1.2.6-patch1
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user