diff options
Diffstat (limited to 'widgets/table/e-cell-text.h')
-rw-r--r-- | widgets/table/e-cell-text.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/widgets/table/e-cell-text.h b/widgets/table/e-cell-text.h index 040c794829..93b958be0d 100644 --- a/widgets/table/e-cell-text.h +++ b/widgets/table/e-cell-text.h @@ -8,7 +8,7 @@ * Chris Lahey <clahey@ximian.com> * * A lot of code taken from: - * + * * Text item type for GnomeCanvas widget * * GnomeCanvas is basically a port of the Tk toolkit's most excellent @@ -63,7 +63,7 @@ typedef struct { guint use_ellipsis : 1; /* Whether to use the ellipsis. */ guint editable : 1; /* Whether the text can be edited. */ - + int strikeout_column; int underline_column; int bold_column; |