diff options
author | Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr> | 2011-09-08 14:27:28 +0200 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr> | 2011-09-08 15:42:58 +0200 |
commit | dc557cd036e49f6d642bcdbd79a525371c7c513c (patch) | |
tree | 503a86ebabfac2e60e9a9abc6197a7f5cf1f599f /sw/inc/cmdid.h | |
parent | 14727e633fa8fcc684ad08804b473eaf6006f0d4 (diff) |
Header/Footer: added the popup menu of the separator
Removing the header/footer is working, but the edition still needs to be
implemented
Diffstat (limited to 'sw/inc/cmdid.h')
-rw-r--r-- | sw/inc/cmdid.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sw/inc/cmdid.h b/sw/inc/cmdid.h index ab78d6a5d62b..ae2a6ebccebc 100644 --- a/sw/inc/cmdid.h +++ b/sw/inc/cmdid.h @@ -67,6 +67,7 @@ included in c-context files, so c++ style stuff will cause problems. #define FN_EXTRA2 (SID_SW_START + 2200) #define FN_PARAM2 (SID_SW_START + 2400) #define FN_NOTES (SID_SW_START + 2500) +#define FN_HEADERFOOTER (SID_SW_START + 2600) /* More accurately, this range should be from FN_EXTRA2 to FN_PARAM2-1, but * FN_NUMBER_NEWSTART comes from FN_FORMAT2, and FN_PARAM_LINK_DISPLAY_NAME @@ -1014,6 +1015,10 @@ included in c-context files, so c++ style stuff will cause problems. #define FN_DELETE_COMMENT (FN_NOTES+6) #define FN_REPLY (FN_NOTES+7) + +#define FN_HEADERFOOTER_EDIT (FN_HEADERFOOTER+1) +#define FN_HEADERFOOTER_DELETE (FN_HEADERFOOTER+2) + /*-------------------------------------------------------------------- Region: Parameter --------------------------------------------------------------------*/ |