[gnumeric] Stf: clean up parseoptions a bit.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] Stf: clean up parseoptions a bit.
- Date: Tue, 10 May 2016 23:06:48 +0000 (UTC)
commit 15e0f3f83117cf521241649b5e6c3590b65c0485
Author: Morten Welinder <terra gnome org>
Date: Tue May 10 18:58:53 2016 -0400
Stf: clean up parseoptions a bit.
ChangeLog | 5 +++++
src/dialogs/ChangeLog | 4 ++++
src/dialogs/dialog-stf.h | 2 +-
src/stf-parse.h | 4 +---
4 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index bd8de8a..82a2cfe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-05-10 Morten Welinder <terra gnome org>
+
+ * src/stf-parse.h (struct StfParseOptions_t): Remove unused struct
+ members. Doc fix.
+
2016-05-06 Morten Welinder <terra gnome org>
* configure.ac: Post-release bump.
diff --git a/src/dialogs/ChangeLog b/src/dialogs/ChangeLog
index 44bee39..48571be 100644
--- a/src/dialogs/ChangeLog
+++ b/src/dialogs/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-10 Morten Welinder <terra gnome org>
+
+ * dialog-stf.h (FormatInfo_t): Doc fix.
+
2016-05-06 Morten Welinder <terra gnome org>
* Release 1.12.29
diff --git a/src/dialogs/dialog-stf.h b/src/dialogs/dialog-stf.h
index 554debf..1586aba 100644
--- a/src/dialogs/dialog-stf.h
+++ b/src/dialogs/dialog-stf.h
@@ -64,7 +64,7 @@ typedef struct {
/* Page members that are created at run-time */
GOLocaleSel *locale_selector;
RenderData_t *renderdata;
- GPtrArray *formats; /* Contains GnmFormat* */
+ GPtrArray *formats; /* Contains GOFormat* */
int index;
gboolean manual_change;
gboolean sublist_select;
diff --git a/src/stf-parse.h b/src/stf-parse.h
index 693c64f..14707bc 100644
--- a/src/stf-parse.h
+++ b/src/stf-parse.h
@@ -44,14 +44,12 @@ typedef struct {
/* Fixed width related */
GArray *splitpositions; /* Positions where text will be split vertically */
- int rowcount; /* Number of rows parsed */
- int colcount; /* Number of columns parsed */
gboolean *col_autofit_array; /* 0/1 array indicating */
/* which col widths to autofit */
gboolean *col_import_array; /* 0/1 array indicating */
/* which cols to import */
unsigned int col_import_array_len;
- GPtrArray *formats ; /* Contains GnmFormat *s */
+ GPtrArray *formats; /* Contains GOFormat *s */
gboolean cols_exceeded; /* This is set to TRUE if */
/* we tried to import more than */
/* SHEET_MAX_COLS columns */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]