diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-07-28 15:24:06 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-07-28 19:48:46 +0200 |
commit | 8849f13ea3baa82137c398cdcd3e886303caff63 (patch) | |
tree | c7dcdfeb161985cc88a5b2c91decf42122c14c09 /sc/inc/cfgids.hxx | |
parent | 5ef0042114e7fa4b0231a18b1a0a780ea74bc6c2 (diff) |
Partially revert "Remove unused defines"
This partially reverts 8ca21893e58dc9694e0e7a6c0fc52154b3ccb5f7
http://lists.freedesktop.org/archives/libreoffice/2012-July/035331.html
Change-Id: Iae4347a26b1f388bc5e780d24ab7371ffac8b1f8
Diffstat (limited to 'sc/inc/cfgids.hxx')
-rw-r--r-- | sc/inc/cfgids.hxx | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sc/inc/cfgids.hxx b/sc/inc/cfgids.hxx index 6f6cd4ca4968..839268fefdf6 100644 --- a/sc/inc/cfgids.hxx +++ b/sc/inc/cfgids.hxx @@ -19,7 +19,15 @@ #ifndef _CFGID_HXX #define _CFGID_HXX +#define SCCFG_DOC SFX_ITEMTYPE_SC_BEGIN +#define SCCFG_VIEW (SFX_ITEMTYPE_SC_BEGIN + 1) +#define SCCFG_APP (SFX_ITEMTYPE_SC_BEGIN + 2) +#define SCCFG_SPELLCHECK (SFX_ITEMTYPE_SC_BEGIN + 3) +#define SCCFG_PRINT (SFX_ITEMTYPE_SC_BEGIN + 4) #define SCCFG_STATUSBAR (SFX_ITEMTYPE_SC_BEGIN + 5) +#define SCCFG_INPUT (SFX_ITEMTYPE_SC_BEGIN + 8) +#define SCCFG_NAVIPI (SFX_ITEMTYPE_SC_BEGIN + 9) + #endif |