diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2010-09-15 21:15:49 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-09-15 21:15:49 +0200 |
commit | fe8f3ddf3a6eef5320ea185a32d042a22fb94a30 (patch) | |
tree | 7d6120b5d3d44ecbcb37ddecea939f6cb2440add /sc/inc/scextopt.hxx | |
parent | 340f9bd08cfe91054d3ed36e13c26d4fccce154f (diff) |
sc-sheet-gridline-toggle.diff: Toggle gridline display per sheet.
i#14893
Diffstat (limited to 'sc/inc/scextopt.hxx')
-rw-r--r-- | sc/inc/scextopt.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/scextopt.hxx b/sc/inc/scextopt.hxx index ad3fd4b1b51e..4b3c86e14b18 100644 --- a/sc/inc/scextopt.hxx +++ b/sc/inc/scextopt.hxx @@ -76,6 +76,7 @@ struct ScExtTabSettings bool mbSelected; /// true = Sheet is selected. bool mbFrozenPanes; /// true = Frozen panes; false = Normal splits. bool mbPageMode; /// true = Pagebreak mode; false = Normal view mode. + bool mbShowGrid; /// Whether or not to display gridlines. explicit ScExtTabSettings(); }; |