Kaydet (Commit) 75a6a51a authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Fix int/sal_Int32 mismatch.

üst 6796128f
......@@ -69,7 +69,7 @@ inline static void SwapLong( long& r )
{ r = SWAPLONG(r); }
inline static void SwapULong( sal_uInt32& r )
{ r = SWAPLONG(r); }
inline static void SwapLongInt( int& r )
inline static void SwapLongInt( sal_Int32& r )
{ r = SWAPLONG(r); }
inline static void SwapLongUInt( unsigned int& r )
{ r = SWAPLONG(r); }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment