[gnumeric] match goffice change
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] match goffice change
- Date: Sun, 30 Mar 2014 15:33:09 +0000 (UTC)
commit 41a5d9902504f36951b6a3ae765db63043684261
Author: Morten Welinder <terra gnome org>
Date: Sun Mar 30 11:32:31 2014 -0400
match goffice change
plugins/openoffice/openoffice-read.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/openoffice/openoffice-read.c b/plugins/openoffice/openoffice-read.c
index 51012bc..1a7813c 100644
--- a/plugins/openoffice/openoffice-read.c
+++ b/plugins/openoffice/openoffice-read.c
@@ -5237,7 +5237,7 @@ odf_number_color (GsfXMLIn *xin, xmlChar const **attrs)
int r, b, g;
if (3 == sscanf (CXML2C (attrs[1]), "#%2x%2x%2x", &r, &g, &b)) {
GOColor col = GO_COLOR_FROM_RGB (r, g, b);
- int i = go_format_palette_index_from_color (col, NULL);
+ int i = go_format_palette_index_from_color (col);
char *color = go_format_palette_name_of_index (i);
g_string_append_c (state->cur_format.accum, '[');
g_string_append (state->cur_format.accum, color);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]