[gnumeric] xml: avoid using xml-io.h for no reason.



commit 6372cd4d326d4c88d1ed9aec83ace4b2e8b183df
Author: Morten Welinder <terra gnome org>
Date:   Tue Sep 22 08:50:13 2009 -0400

    xml: avoid using xml-io.h for no reason.

 plugins/excel/excel-xml-read.c |    1 -
 src/gui-clipboard.c            |    4 ++--
 src/tools/solver/solver.c      |    1 -
 3 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/plugins/excel/excel-xml-read.c b/plugins/excel/excel-xml-read.c
index adc9cb0..b2e5da3 100644
--- a/plugins/excel/excel-xml-read.c
+++ b/plugins/excel/excel-xml-read.c
@@ -41,7 +41,6 @@
 #include "command-context.h"
 #include "workbook-view.h"
 #include "workbook.h"
-#include "xml-io.h"
 #include <goffice/goffice.h>
 
 #include <gsf/gsf-libxml.h>
diff --git a/src/gui-clipboard.c b/src/gui-clipboard.c
index d6f0de6..add27d8 100644
--- a/src/gui-clipboard.c
+++ b/src/gui-clipboard.c
@@ -695,7 +695,7 @@ x_clipboard_get_cb (GtkClipboard *gclipboard, GtkSelectionData *selection_data,
 	gchar *target_name = gdk_atom_name (selection_data->target);
 
 	if (debug_clipboard ())
-		g_message ("clipboard target=%s", target_name);
+		g_printerr ("clipboard target=%s\n", target_name);
 
 	/*
 	 * There are 4 cases. What variables are valid depends on case:
@@ -723,7 +723,7 @@ x_clipboard_get_cb (GtkClipboard *gclipboard, GtkSelectionData *selection_data,
 		if (output) {
 			gsf_off_t size = gsf_output_size (GSF_OUTPUT (output));
 			if (debug_clipboard ())
-				g_message ("clipboard .gnumeric of %d bytes",
+				g_printerr ("clipboard .gnumeric of %d bytes\n",
 					   (int)size);
 			gtk_selection_data_set
 				(selection_data, selection_data->target, 8,
diff --git a/src/tools/solver/solver.c b/src/tools/solver/solver.c
index 11f247e..66a6d1d 100644
--- a/src/tools/solver/solver.c
+++ b/src/tools/solver/solver.c
@@ -42,7 +42,6 @@
 #include "api.h"
 #include "gutils.h"
 #include <goffice/goffice.h>
-#include "xml-io.h"
 #include "xml-sax.h"
 
 #include <math.h>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]