diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2009-09-17 15:48:04 -0400 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2009-09-17 15:48:04 -0400 |
commit | 96c86c2006ebdc79e489d27e0771e74fd2962889 (patch) | |
tree | d96d06e6b8893266dc5165c2c81e4a72ad6ad52b /sc/inc/ViewSettingsSequenceDefines.hxx | |
parent | 397c7236d706b3b916a746686c91d474a77a8ccd (diff) |
#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.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/ViewSettingsSequenceDefines.hxx b/sc/inc/ViewSettingsSequenceDefines.hxx index 63671c597..c72041394 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" |