diff options
author | Carsten Driesner <cd@openoffice.org> | 2011-01-17 11:41:00 +0100 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2011-01-17 11:41:00 +0100 |
commit | 3d6bed44c8ca414f60c03223482b9f7b94d56c14 (patch) | |
tree | 9b015da930eaf9856b5f05707245327185fff884 /sd/inc/glob.hxx | |
parent | a4babcc4a08648e99d988fca640ab555da10048c (diff) |
removetooltypes01: #i112600# Remove tools types from sd
Diffstat (limited to 'sd/inc/glob.hxx')
-rwxr-xr-x | sd/inc/glob.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/inc/glob.hxx b/sd/inc/glob.hxx index 278aef490fdb..096ea4372626 100755 --- a/sd/inc/glob.hxx +++ b/sd/inc/glob.hxx @@ -70,10 +70,10 @@ #define SD_IF_SDTOOLPANELSHELL SFX_INTERFACE_SD_START + 30 // Inventor-Id fuer StarDraw UserData -const UINT32 SdUDInventor=UINT32('S')*0x00000001+ - UINT32('D')*0x00000100+ - UINT32('U')*0x00010000+ - UINT32('D')*0x01000000; +const sal_uInt32 SdUDInventor=sal_uInt32('S')*0x00000001+ + sal_uInt32('D')*0x00000100+ + sal_uInt32('U')*0x00010000+ + sal_uInt32('D')*0x01000000; // Object-Ids fuer StarDraw UserData #define SD_ANIMATIONINFO_ID 1 |