summaryrefslogtreecommitdiffstats
path: root/sc/inc/scextopt.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-09-15 21:15:49 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2010-09-15 21:15:49 +0200
commitfe8f3ddf3a6eef5320ea185a32d042a22fb94a30 (patch)
tree7d6120b5d3d44ecbcb37ddecea939f6cb2440add /sc/inc/scextopt.hxx
parentcalc-dp-default-new-sheet.diff: default output to new sheet (diff)
downloadcore-fe8f3ddf3a6eef5320ea185a32d042a22fb94a30.tar.gz
core-fe8f3ddf3a6eef5320ea185a32d042a22fb94a30.zip
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.hxx1
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();
};