[gnumeric] fix import of exponentailly smoothed regression lines
- From: Andreas J. Guelzow <guelzow src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] fix import of exponentailly smoothed regression lines
- Date: Mon, 13 Jun 2011 16:50:40 +0000 (UTC)
commit 7871496a7ecb4d916ee3009b6965d6c31bbf477e
Author: Andreas J Guelzow <aguelzow pyrshep ca>
Date: Mon Jun 13 10:47:58 2011 -0600
fix import of exponentailly smoothed regression lines
2011-06-13 Andreas J. Guelzow <aguelzow pyrshep ca>
* openoffice-read.c (od_series_regression): fix spelling of
gnm:exponential-smoothed
plugins/openoffice/ChangeLog | 5 +++++
plugins/openoffice/openoffice-read.c | 2 +-
2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/plugins/openoffice/ChangeLog b/plugins/openoffice/ChangeLog
index 4b96e23..ab0cad3 100644
--- a/plugins/openoffice/ChangeLog
+++ b/plugins/openoffice/ChangeLog
@@ -1,5 +1,10 @@
2011-06-13 Andreas J. Guelzow <aguelzow pyrshep ca>
+ * openoffice-read.c (od_series_regression): fix spelling of
+ gnm:exponential-smoothed
+
+2011-06-13 Andreas J. Guelzow <aguelzow pyrshep ca>
+
* openoffice-read.c (od_series_regression): use "Trend line"
rather than "Regression curve".
diff --git a/plugins/openoffice/openoffice-read.c b/plugins/openoffice/openoffice-read.c
index db5fcb9..cb0d4e9 100644
--- a/plugins/openoffice/openoffice-read.c
+++ b/plugins/openoffice/openoffice-read.c
@@ -6805,7 +6805,7 @@ od_series_regression (GsfXMLIn *xin, xmlChar const **attrs)
else if (0 == strcmp (reg_type, "logarithmic"))
type_name = "GogLogRegCurve";
else if (0 == strcmp
- (reg_type, "gnm:exponential-smoothing"))
+ (reg_type, "gnm:exponential-smoothed"))
type_name = "GogExpSmooth";
else if (0 == strcmp
(reg_type, "gnm:logfit"))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]