From 23e8cfdb903f515bbd80be83c670e3ff2334f61d Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 31 Jan 2012 08:45:46 +0100 Subject: SWAPLONG -> OSL_SWAPDWORD --- sot/source/sdstor/stgcache.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sot') diff --git a/sot/source/sdstor/stgcache.hxx b/sot/source/sdstor/stgcache.hxx index 1c0ad82b67e6..d54563189629 100644 --- a/sot/source/sdstor/stgcache.hxx +++ b/sot/source/sdstor/stgcache.hxx @@ -117,7 +117,7 @@ public: return -1; sal_Int32 n = ((sal_Int32*) pData )[ nOff ]; #ifdef OSL_BIGENDIAN - return SWAPLONG(n); + return OSL_SWAPDWORD(n); #else return n; #endif -- cgit