[gnumeric] ODF: write marker info for polar plots



commit 8108baee5672efbe918d8a62f666fc151a0c8300
Author: Andreas J Guelzow <aguelzow pyrshep ca>
Date:   Sat Aug 28 10:07:11 2010 -0600

    ODF:  write marker info for polar plots
    
    2010-08-29  Andreas J. Guelzow <aguelzow pyrshep ca>
    
    	* openoffice-write.c (odf_write_plot): write marker info for
    	  polar plots

 plugins/openoffice/ChangeLog          |    5 +++++
 plugins/openoffice/openoffice-write.c |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/plugins/openoffice/ChangeLog b/plugins/openoffice/ChangeLog
index 94a9dd4..fe2d021 100644
--- a/plugins/openoffice/ChangeLog
+++ b/plugins/openoffice/ChangeLog
@@ -1,3 +1,8 @@
+2010-08-29  Andreas J. Guelzow <aguelzow pyrshep ca>
+
+	* openoffice-write.c (odf_write_plot): write marker info for
+	  polar plots 
+	
 2010-08-28  Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* openoffice-read.c (oo_chart_axis): OO_PLOT_RADARAREA and 
diff --git a/plugins/openoffice/openoffice-write.c b/plugins/openoffice/openoffice-write.c
index 7eb2eb5..54b3800 100644
--- a/plugins/openoffice/openoffice-write.c
+++ b/plugins/openoffice/openoffice-write.c
@@ -4704,8 +4704,8 @@ odf_write_plot (GnmOOExport *state, SheetObject *so, GogObject const *chart, Gog
 		{ "GogPolarPlot", GNMSTYLE "polar", ODF_POLAR,
 		  20., "Circular-Axis", "Radial-Axis", NULL, 
 		  odf_write_radar_axes_styles,
-		  odf_write_standard_series, NULL,
-		  NULL,
+		  odf_write_standard_series, odf_write_scatter_series_style, 
+		  odf_write_scatter_series_style_graphic,
 		  odf_write_axis, odf_write_axis, odf_write_axis},
 		{ "GogAreaPlot", CHART "area", ODF_AREA,
 		  20., "X-Axis", "Y-Axis", NULL, odf_write_standard_axes_styles,



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