summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/source/stream/stream.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/source/stream/stream.cxx b/tools/source/stream/stream.cxx
index 05f7ac3fbc7e..92745880ec0f 100644
--- a/tools/source/stream/stream.cxx
+++ b/tools/source/stream/stream.cxx
@@ -50,14 +50,10 @@ inline static void SwapUShort( sal_uInt16& r )
{ r = OSL_SWAPWORD(r); }
inline static void SwapShort( short& r )
{ r = OSL_SWAPWORD(r); }
-inline static void SwapLong( long& r )
- { r = OSL_SWAPDWORD(r); }
inline static void SwapULong( sal_uInt32& r )
{ r = OSL_SWAPDWORD(r); }
inline static void SwapLongInt( sal_Int32& r )
{ r = OSL_SWAPDWORD(r); }
-inline static void SwapLongUInt( unsigned int& r )
- { r = OSL_SWAPDWORD(r); }
inline static void SwapUInt64( sal_uInt64& r )
{