summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/pagefrm.hrc
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/pagefrm.hrc')
-rw-r--r--sw/source/core/inc/pagefrm.hrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/sw/source/core/inc/pagefrm.hrc b/sw/source/core/inc/pagefrm.hrc
index b8f89e091c15..381722e53111 100644
--- a/sw/source/core/inc/pagefrm.hrc
+++ b/sw/source/core/inc/pagefrm.hrc
@@ -32,10 +32,12 @@
// Bitmaps for page shadow
#define BMP_PAGE_SHADOW_MASK RC_PAGEFRM_BEGIN + 0
+#define STR_PAGE_BREAK RC_PAGEFRM_BEGIN + 1
+#define STR_COLUMN_BREAK RC_PAGEFRM_BEGIN + 2
// If you add resources, don't forget to update this
-#define PAGEFRM_ACT_END BMP_PAGE_SHADOW_MASK
+#define PAGEFRM_ACT_END STR_COLUMN_BREAK
// Sanity check
#if PAGEFRM_ACT_END > RC_PAGEFRM_END