sot/source/sdstor/stgcache.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 23e8cfdb903f515bbd80be83c670e3ff2334f61d Author: Stephan Bergmann <[email protected]> Date: Tue Jan 31 08:45:46 2012 +0100 SWAPLONG -> OSL_SWAPDWORD diff --git a/sot/source/sdstor/stgcache.hxx b/sot/source/sdstor/stgcache.hxx index 1c0ad82..d545631 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 _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
