diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-05-24 10:10:13 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-05-24 10:10:13 +0100 |
commit | b87fed20f6f832a3bec032364ea2cd7c3da4da0b (patch) | |
tree | 2ee74036043d6a333dbadbfe6dabb98990ffae67 /automation/inc | |
parent | 1c2d84e8e15031a45a0c5642520befb9320fe271 (diff) |
replace comm_ULONG with comm_UINT32
Diffstat (limited to 'automation/inc')
-rw-r--r-- | automation/inc/automation/commtypes.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/automation/inc/automation/commtypes.hxx b/automation/inc/automation/commtypes.hxx index 0ae6edd9b5cc..88bf89c68ec8 100644 --- a/automation/inc/automation/commtypes.hxx +++ b/automation/inc/automation/commtypes.hxx @@ -39,7 +39,6 @@ /** defines: comm_BYTE comm_BOOL - comm_ULONG comm_UINT16 comm_UINT32 comm_UniChar @@ -57,7 +56,6 @@ typedef sal_Unicode comm_UniChar; #include <tools/solar.h> typedef sal_uInt8 comm_BYTE; typedef sal_Bool comm_BOOL; -typedef sal_uInt32 comm_ULONG; typedef sal_uInt16 comm_UINT16; typedef sal_uInt32 comm_UINT32; |