summaryrefslogtreecommitdiff
path: root/automation/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-05-24 10:10:13 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-05-24 10:10:13 +0100
commitb87fed20f6f832a3bec032364ea2cd7c3da4da0b (patch)
tree2ee74036043d6a333dbadbfe6dabb98990ffae67 /automation/inc
parent1c2d84e8e15031a45a0c5642520befb9320fe271 (diff)
replace comm_ULONG with comm_UINT32
Diffstat (limited to 'automation/inc')
-rw-r--r--automation/inc/automation/commtypes.hxx2
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;