diff options
author | Prashant Pandey <prashant3.yishu@gmail.com> | 2013-06-16 18:28:03 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2013-06-16 21:31:38 +0200 |
commit | 0813006e76880e78200cad47baefb5b70d9b21e8 (patch) | |
tree | 2117f6e196f10b8c5117f1bdcecc1708bbc7ac8f /sw/inc/rcid.hrc | |
parent | 02d58eb6e07599e48d53a40be225fa31c663640a (diff) |
sidebar: Conversion to .ui for Page property panel.
Change-Id: Ie05831a6d4958b3bcef666454a4c02dfc5288fe2
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 78fa83a7afde..c841e2c6342a 100644 --- a/sw/inc/rcid.hrc +++ b/sw/inc/rcid.hrc @@ -71,6 +71,7 @@ #define RC_ANNOTATION (RC_BASE + 4150) #define RC_PAGEFRM (RC_BASE + 4250) #define RC_IDXTXT (RC_BASE + 4350) +#define RC_SIDEBAR (RC_BASE + 4450) /*-------------------------------------------------------------------- Description: areas unharness @@ -259,6 +260,10 @@ // property panel #define RC_PROPERTYPANEL_BEGIN RC_PROPERTYPANEL #define RC_PROPERTYPANEL_END (RC_PROPERTYPANEL + 10) + +// sidebar (mostly the Page one) +#define RC_SIDEBAR_BEGIN RC_SIDEBAR + #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |