diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-08-20 14:15:19 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-08-20 16:35:09 +0100 |
commit | afa5d63e2adccefd5cabfe2e0f6f78ce217a294d (patch) | |
tree | ff95aa8bed02045d7700b3a327c196b12ed6c801 /include/tools/rcid.h | |
parent | cbd717a384e83b54cc7f3e6785504667dcede980 (diff) |
TabPages are no longer loaded from resource files
Change-Id: I009e0f388cfe1861cef89d2148a02380dd47c1ff
Diffstat (limited to 'include/tools/rcid.h')
-rw-r--r-- | include/tools/rcid.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/tools/rcid.h b/include/tools/rcid.h index 47244ea0eff2..f1edf65adef7 100644 --- a/include/tools/rcid.h +++ b/include/tools/rcid.h @@ -98,8 +98,6 @@ #define RSC_TOOLBOX (RSC_NOTYPE + 0x71) #define RSC_DOCKINGWINDOW (RSC_NOTYPE + 0x72) -#define RSC_TABPAGE (RSC_NOTYPE + 0x74) - #define RSC_STRINGARRAY (RSC_NOTYPE + 0x79) // (RSC_NOTYPE + 0x200) - (RSC_NOTYPE + 0x300) reserved for Sfx |