diff options
author | Daniel Rentz <dr@openoffice.org> | 2001-05-10 16:31:17 +0000 |
---|---|---|
committer | Daniel Rentz <dr@openoffice.org> | 2001-05-10 16:31:17 +0000 |
commit | e431a92cddaa01e47629ae705d488b4fec1092ff (patch) | |
tree | cd5220ae80b7d19765a9b204e89054b7bfbdf826 /sc/inc/viewopti.hxx | |
parent | e6d3bb572ffc9ef537faa8ed4152e1bb26474f87 (diff) |
excel import/export of view settings
Diffstat (limited to 'sc/inc/viewopti.hxx')
-rw-r--r-- | sc/inc/viewopti.hxx | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sc/inc/viewopti.hxx b/sc/inc/viewopti.hxx index 4cd189a3073d..ed2dc7e65b99 100644 --- a/sc/inc/viewopti.hxx +++ b/sc/inc/viewopti.hxx @@ -2,9 +2,9 @@ * * $RCSfile: viewopti.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: nn $ $Date: 2000-11-02 19:10:56 $ + * last change: $Author: dr $ $Date: 2001-05-10 17:22:51 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -109,8 +109,10 @@ enum ScVObjType VOBJ_TYPE_DRAW }; -#define MAX_OPT (USHORT)VOPT_BIGHANDLES+1 -#define MAX_TYPE (USHORT)VOBJ_TYPE_DRAW+1 +#define MAX_OPT (USHORT)VOPT_BIGHANDLES+1 +#define MAX_TYPE (USHORT)VOBJ_TYPE_DRAW+1 + +#define SC_STD_GRIDCOLOR COL_LIGHTGRAY //================================================================== // SvxGrid-Optionen mit Standard-Operatoren |