[gnumeric] xlsx: back out previous change.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] xlsx: back out previous change.
- Date: Wed, 19 Feb 2014 23:55:52 +0000 (UTC)
commit 0310f7f8a9c3455db96b5c338271d7e8e756d390
Author: Morten Welinder <terra gnome org>
Date: Wed Feb 19 18:55:36 2014 -0500
xlsx: back out previous change.
NEWS | 2 +-
plugins/excel/ChangeLog | 5 -----
plugins/excel/xlsx-read.c | 4 ----
3 files changed, 1 insertions(+), 10 deletions(-)
---
diff --git a/NEWS b/NEWS
index 691a40a..e9993da 100644
--- a/NEWS
+++ b/NEWS
@@ -12,7 +12,7 @@ Jean:
Morten:
* Fix BIFF7 import of long strings. [#724399]
* Improve testing.
- * Fix XLSX number roundtrip issues. [?] and [#724661]
+ * Fix XLSX number roundtrip issues.
* Improve ssdiff's report of differences.
* Improve LOG2's accuracy.
diff --git a/plugins/excel/ChangeLog b/plugins/excel/ChangeLog
index e1e54e9..64c242e 100644
--- a/plugins/excel/ChangeLog
+++ b/plugins/excel/ChangeLog
@@ -1,8 +1,3 @@
-2014-02-18 Morten Welinder <terra gnome org>
-
- * xlsx-read.c (xlsx_xf_begin): Make sure the background color we
- set isn't "auto". [#724661]
-
2014-02-17 Morten Welinder <terra gnome org>
* xlsx-utils.c (xlsx_conventions_new): use same
diff --git a/plugins/excel/xlsx-read.c b/plugins/excel/xlsx-read.c
index f058712..cd47e1e 100644
--- a/plugins/excel/xlsx-read.c
+++ b/plugins/excel/xlsx-read.c
@@ -4330,10 +4330,6 @@ xlsx_xf_begin (GsfXMLIn *xin, xmlChar const **attrs)
}
if (NULL == parent) {
result = gnm_style_new_default ();
- /* We need to make the color explicit. */
- gnm_style_set_back_color
- (result,
- gnm_color_new_go (gnm_style_get_back_color (result)->go_color));
gnm_style_merge (result, accum);
} else
result = gnm_style_new_merged (parent, accum);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]