diff options
author | Sébastien Le Ray <sebastien-libreoffice@orniz.org> | 2011-02-27 17:23:48 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2011-03-03 10:41:27 +0000 |
commit | 4b3607067688d53d8bad91066b2eb483d2ee0407 (patch) | |
tree | 819c56240ac38860cfe6ab5bd27fac1e6c063ded /sw/inc/rcid.hrc | |
parent | e7abf29b88e3a81053bb5e656d8641366ad99fd8 (diff) |
FDO#31251 - Add resources files for page shadow
Diffstat (limited to 'sw/inc/rcid.hrc')
-rw-r--r-- | sw/inc/rcid.hrc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sw/inc/rcid.hrc b/sw/inc/rcid.hrc index aeca0cf38d0f..f392c05a07db 100644 --- a/sw/inc/rcid.hrc +++ b/sw/inc/rcid.hrc @@ -79,6 +79,7 @@ #define RC_SMARTTAG (RC_BASE + 3950) // SMARTTAGS #define RC_UNOCORE (RC_BASE + 4050) #define RC_ANNOTATION (RC_BASE + 4150) +#define RC_PAGEFRM (RC_BASE + 4250) /*-------------------------------------------------------------------- Beschreibung: Bereiche ausspannen @@ -100,6 +101,10 @@ #define RC_ANNOTATION_BEGIN RC_ANNOTATION #define RC_ANNOTATION_END (RC_ANNOTATION_BEGIN + 99) +// Page frame +#define RC_PAGEFRM_BEGIN RC_PAGEFRM +#define RC_PAGEFRM_EN (RC_PAGEFRM + 99) + // SW/Web #define RC_WEB_BEGIN RC_WEB #define RC_WEB_END (RC_WEB_BEGIN + 199) |