summaryrefslogtreecommitdiffstats
path: root/sc/inc/ViewSettingsSequenceDefines.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/ViewSettingsSequenceDefines.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/ViewSettingsSequenceDefines.hxx')
-rw-r--r--sc/inc/ViewSettingsSequenceDefines.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/ViewSettingsSequenceDefines.hxx b/sc/inc/ViewSettingsSequenceDefines.hxx
index f23229d31a43..a8086fbdbe40 100644
--- a/sc/inc/ViewSettingsSequenceDefines.hxx
+++ b/sc/inc/ViewSettingsSequenceDefines.hxx
@@ -61,7 +61,7 @@
// this are the defines for the position of the settings in the
// TableViewSettingsSequence
-#define SC_TABLE_VIEWSETTINGS_COUNT 15
+#define SC_TABLE_VIEWSETTINGS_COUNT 16
#define SC_CURSOR_X 0
#define SC_CURSOR_Y 1
@@ -78,6 +78,7 @@
#define SC_TABLE_ZOOM_VALUE 12
#define SC_TABLE_PAGE_VIEW_ZOOM_VALUE 13
#define SC_TABLE_TAB_BG_COLOR 14
+#define SC_TABLE_SHOWGRID 15
#define SC_CURSORPOSITIONX "CursorPositionX"
#define SC_CURSORPOSITIONY "CursorPositionY"