diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-08-16 18:28:53 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-08-16 18:31:05 +0100 |
commit | e09e956a0c8eaa00e73474bccacee7aa656f2f67 (patch) | |
tree | c3aa0cdb6ae8321929a69ec7be0c29642a498dd9 /include/tools | |
parent | 07048650e2459ad3d77fbeed9df2d63b9c849a7b (diff) |
RSC_TABCONTROLITEM* no longer used
Change-Id: Ic496662d623c4732db41476109b3731cf1fd71a0
Diffstat (limited to 'include/tools')
-rw-r--r-- | include/tools/rc.h | 5 | ||||
-rw-r--r-- | include/tools/rcid.h | 2 |
2 files changed, 0 insertions, 7 deletions
diff --git a/include/tools/rc.h b/include/tools/rc.h index 47d8fee12a4d..3c77bdc5aa39 100644 --- a/include/tools/rc.h +++ b/include/tools/rc.h @@ -162,11 +162,6 @@ typedef short RSWND_STYLE; #define RSC_DOCKINGWINDOW_Y 0x04 #define RSC_DOCKINGWINDOW_FLOATING 0x08 -// For "TabControlItem" resources: -#define RSC_TABCONTROLITEM_ID 0x0001 -#define RSC_TABCONTROLITEM_TEXT 0x0002 -#define RSC_TABCONTROLITEM_PAGERESID 0x0008 - // For "ImageButtons": #define RSC_IMAGEBUTTON_IMAGE 0x01 #define RSC_IMAGEBUTTON_SYMBOL 0x02 diff --git a/include/tools/rcid.h b/include/tools/rcid.h index 8d6ef0e8c29d..74fdef6ba68d 100644 --- a/include/tools/rcid.h +++ b/include/tools/rcid.h @@ -100,8 +100,6 @@ #define RSC_TABPAGE (RSC_NOTYPE + 0x74) -#define RSC_TABCONTROLITEM (RSC_NOTYPE + 0x77) - #define RSC_STRINGARRAY (RSC_NOTYPE + 0x79) // (RSC_NOTYPE + 0x200) - (RSC_NOTYPE + 0x300) reserved for Sfx |