summaryrefslogtreecommitdiffstats
path: root/sc/inc/ViewSettingsSequenceDefines.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2009-09-17 15:48:04 -0400
committerKohei Yoshida <kyoshida@novell.com>2009-09-17 15:48:04 -0400
commit8599da1e97948cfe7f5730c175b9dc67691a0752 (patch)
tree84bd6c37b6c756914f4f45a8c0d46a0fc3cffe3d /sc/inc/ViewSettingsSequenceDefines.hxx
parentCreate DEV300_m59 milestone tag from trunk@276191 (diff)
downloadcore-8599da1e97948cfe7f5730c175b9dc67691a0752.tar.gz
core-8599da1e97948cfe7f5730c175b9dc67691a0752.zip
#i5560# Applied & adjusted for the latest codebase the patches from go-oo.
The original patches were contributed by Daniel Watson.
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 38443e69fc07..ae8340076d06 100644
--- a/sc/inc/ViewSettingsSequenceDefines.hxx
+++ b/sc/inc/ViewSettingsSequenceDefines.hxx
@@ -64,7 +64,7 @@
// this are the defines for the position of the settings in the
// TableViewSettingsSequence
-#define SC_TABLE_VIEWSETTINGS_COUNT 14
+#define SC_TABLE_VIEWSETTINGS_COUNT 15
#define SC_CURSOR_X 0
#define SC_CURSOR_Y 1
@@ -80,6 +80,7 @@
#define SC_TABLE_ZOOM_TYPE 11
#define SC_TABLE_ZOOM_VALUE 12
#define SC_TABLE_PAGE_VIEW_ZOOM_VALUE 13
+#define SC_TABLE_TAB_BG_COLOR 14
#define SC_CURSORPOSITIONX "CursorPositionX"
#define SC_CURSORPOSITIONY "CursorPositionY"