diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-03-30 14:42:20 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-03-30 14:42:20 +0000 |
commit | 5dd240e7ae0520a67aee1676277e0995d517db41 (patch) | |
tree | c0c3a064f2b93693c36d16cc6e351393bcd6f4ec /sd/inc/app.hrc | |
parent | c9337db43b502de1892221a2a96295cc31fb1970 (diff) |
INTEGRATION: CWS interop12 (1.5.228); FILE MERGED
2004/03/17 10:23:42 cl 1.5.228.5: RESYNC: (1.6-1.7); FILE MERGED
2004/02/13 22:31:16 cl 1.5.228.4: RESYNC: (1.5-1.6); FILE MERGED
2003/11/07 09:13:08 cl 1.5.228.3: #i20949# added header&footer support for impress
2003/11/04 16:37:42 cl 1.5.228.2: #i20949# added header&footer support for impress
2003/09/19 14:38:14 cl 1.5.228.1: #111385# initial version
Diffstat (limited to 'sd/inc/app.hrc')
-rw-r--r-- | sd/inc/app.hrc | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/sd/inc/app.hrc b/sd/inc/app.hrc index ef630d6bb167..636fb4c0c730 100644 --- a/sd/inc/app.hrc +++ b/sd/inc/app.hrc @@ -2,9 +2,9 @@ * * $RCSfile: app.hrc,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: kz $ $Date: 2004-02-25 17:16:39 $ + * last change: $Author: rt $ $Date: 2004-03-30 15:42:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -461,3 +461,11 @@ #define SID_RENAMEPAGE_QUICK (SID_SD_START+405) #define SID_SWITCH_SHELL (SID_SD_START+406) + +#define SID_HEADER_AND_FOOTER (SID_SD_START+407) +#define SID_MASTER_LAYOUTS_SLIDE (SID_SD_START+408) +#define SID_MASTER_LAYOUTS_NOTES (SID_SD_START+409) +#define SID_MASTER_LAYOUTS_HANDOUTS (SID_SD_START+410) +#define SID_INSERT_PAGE_NUMBER (SID_SD_START+411) +#define SID_INSERT_DATE_TIME (SID_SD_START+412) + |