[gnumeric] fix definition of GNM_ALIGN_H_TYPE and GNM_ALIGN_V_TYPE
- From: Andreas J. Guelzow <guelzow src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] fix definition of GNM_ALIGN_H_TYPE and GNM_ALIGN_V_TYPE
- Date: Wed, 23 Nov 2011 21:04:05 +0000 (UTC)
commit 3d4e35242b1b8f85889bcbdd2bafcbcd50486987
Author: Andreas J Guelzow <aguelzow pyrshep ca>
Date: Wed Nov 23 14:03:39 2011 -0700
fix definition of GNM_ALIGN_H_TYPE and GNM_ALIGN_V_TYPE
2011-11-22 Andreas J. Guelzow <aguelzow pyrshep ca>
* src/style.h: fix definition of GNM_ALIGN_H_TYPE and GNM_ALIGN_V_TYPE
ChangeLog | 4 ++++
src/style.h | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 245d931..b71515f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2011-11-22 Andreas J. Guelzow <aguelzow pyrshep ca>
+ * src/style.h: fix definition of GNM_ALIGN_H_TYPE and GNM_ALIGN_V_TYPE
+
+2011-11-22 Andreas J. Guelzow <aguelzow pyrshep ca>
+
* src/cell-draw.c: rename enums
* src/cellspan.c: rename enums
* src/commands.c: rename enums
diff --git a/src/style.h b/src/style.h
index 85a309b..2a2dd3f 100644
--- a/src/style.h
+++ b/src/style.h
@@ -55,10 +55,10 @@ typedef enum {
#include "mstyle.h"
GType gnm_align_h_get_type (void);
-#define GNM_ALIGN_H_TYPE (gnm_print_range_get_type ())
+#define GNM_ALIGN_H_TYPE (gnm_align_h_get_type ())
GType gnm_align_v_get_type (void);
-#define GNM_ALIGN_V_TYPE (gnm_print_range_get_type ())
+#define GNM_ALIGN_V_TYPE (gnm_align_v_get_type ())
GnmSpanCalcFlags gnm_style_required_spanflags (GnmStyle const *style);
GnmHAlign gnm_style_default_halign (GnmStyle const *style,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]