diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-10-25 10:32:48 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-10-25 11:41:23 +0100 |
commit | 2b6abbaa24a35111902a9b31c8cf5dca5477c4e8 (patch) | |
tree | 9278b8b559172cad1c8866cbe3edc2d7382bb521 /include | |
parent | f615d6195a2be9f9f2cbd7e9f77f042acac6656f (diff) |
can drop RSC_WINDOW now
Change-Id: Ic60b35eb78ebd3e934cbf45c2184edf59c971a53
Diffstat (limited to 'include')
-rw-r--r-- | include/tools/rcid.h | 2 | ||||
-rw-r--r-- | include/tools/resid.hxx | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/include/tools/rcid.h b/include/tools/rcid.h index 4a9951ecd11f..924b3d22dc02 100644 --- a/include/tools/rcid.h +++ b/include/tools/rcid.h @@ -43,8 +43,6 @@ #define RSC_IMAGE (RSC_NOTYPE + 0x23) #define RSC_IMAGELIST (RSC_NOTYPE + 0x24) -#define RSC_WINDOW (RSC_NOTYPE + 0x35) - #define RSC_STRINGARRAY (RSC_NOTYPE + 0x79) // (RSC_NOTYPE + 0x200) - (RSC_NOTYPE + 0x300) reserved for Sfx diff --git a/include/tools/resid.hxx b/include/tools/resid.hxx index e29b0fea3031..9dd7b22abf2e 100644 --- a/include/tools/resid.hxx +++ b/include/tools/resid.hxx @@ -71,8 +71,8 @@ public: [Example] ResId aId( 1000 ); - aId.SetRT( RSC_WINDOW ); // settype window Window - //aId.GetRT() == RSC_WINDOW is true + aId.SetRT( RSC_RESOURCE ); // settype window Resource + //aId.GetRT() == RSC_RESOURCE is true @see ResId::GetRT2(), ResId::GetRT() |