Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
GNOME
gnumeric
Commits
567815b7
Commit
567815b7
authored
May 19, 2001
by
Jody Goldberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix formating
parent
ec12eaf9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
src/xml-io.c
src/xml-io.c
+2
-3
No files found.
src/xml-io.c
View file @
567815b7
...
...
@@ -1998,9 +1998,8 @@ xml_read_cell (XmlParseContext *ctxt, xmlNodePtr tree)
}
xmlFree
(
content
);
}
else
if
(
shared_expr_index
>
0
)
{
gpointer
expr
=
g_hash_table_lookup
(
ctxt
->
expr_map
,
GINT_TO_POINTER
(
shared_expr_index
));
gpointer
expr
=
g_hash_table_lookup
(
ctxt
->
expr_map
,
GINT_TO_POINTER
(
shared_expr_index
));
if
(
expr
!=
NULL
)
cell_set_expr
(
ret
,
expr
,
NULL
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment