diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2010-09-15 21:15:49 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-09-15 21:15:49 +0200 |
commit | fe8f3ddf3a6eef5320ea185a32d042a22fb94a30 (patch) | |
tree | 7d6120b5d3d44ecbcb37ddecea939f6cb2440add /sc/inc/sc.hrc | |
parent | 340f9bd08cfe91054d3ed36e13c26d4fccce154f (diff) |
sc-sheet-gridline-toggle.diff: Toggle gridline display per sheet.
i#14893
Diffstat (limited to 'sc/inc/sc.hrc')
-rw-r--r-- | sc/inc/sc.hrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc index cc9cc9b582a2..c73abeef4df8 100644 --- a/sc/inc/sc.hrc +++ b/sc/inc/sc.hrc @@ -1657,6 +1657,9 @@ // Autoformat for DataPilot #define SID_PIVOT_AFMT (SC_OOO_BUILD_START + 1) +// Toggle sheet grid +#define FID_TAB_TOGGLE_GRID (SC_OOO_BUILD_START + 2) + #endif |