summaryrefslogtreecommitdiff
path: root/basebmp/inc/endian.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basebmp/inc/endian.hxx')
-rw-r--r--basebmp/inc/endian.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/basebmp/inc/endian.hxx b/basebmp/inc/endian.hxx
index a924f5a71a86..e3c25eb77178 100644
--- a/basebmp/inc/endian.hxx
+++ b/basebmp/inc/endian.hxx
@@ -35,11 +35,7 @@ template< typename T > inline T byteSwap( T );
}
// byteSwap<T> shall fail for any type T not in the list below
-BASEBMP_BYTE_SWAP(sal_Int8,)
-BASEBMP_BYTE_SWAP(sal_uInt8,)
-BASEBMP_BYTE_SWAP(sal_Int16,OSL_SWAPWORD)
BASEBMP_BYTE_SWAP(sal_uInt16,OSL_SWAPWORD)
-BASEBMP_BYTE_SWAP(sal_Int32,OSL_SWAPDWORD)
BASEBMP_BYTE_SWAP(sal_uInt32,OSL_SWAPDWORD)
#undef BASEBMP_BYTE_SWAP