diff options
author | Sébastien Le Ray <sebastien-libreoffice@orniz.org> | 2011-04-23 12:43:41 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-05-03 10:42:00 +0200 |
commit | 0b22a47e72d2399ab4237655f4902b5be8979a4d (patch) | |
tree | c67b8f0d1993369809c05077db722b27ef832def /sw/inc | |
parent | 5c6c985647e780dfd2373c33e4e8ed0932b7f5ba (diff) |
Typo in resource definitions.
I don't know how this may have worked before…
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/rcid.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/rcid.hrc b/sw/inc/rcid.hrc index f392c05a07db..ada047c51d07 100644 --- a/sw/inc/rcid.hrc +++ b/sw/inc/rcid.hrc @@ -103,7 +103,7 @@ // Page frame #define RC_PAGEFRM_BEGIN RC_PAGEFRM -#define RC_PAGEFRM_EN (RC_PAGEFRM + 99) +#define RC_PAGEFRM_END (RC_PAGEFRM + 99) // SW/Web #define RC_WEB_BEGIN RC_WEB |