[Libreoffice-commits] .: sot/source
Stephan Bergmann
sbergmann at kemper.freedesktop.org
Mon Jan 30 23:45:58 PST 2012
sot/source/sdstor/stgcache.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 23e8cfdb903f515bbd80be83c670e3ff2334f61d
Author: Stephan Bergmann <sbergman at redhat.com>
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
More information about the Libreoffice-commits
mailing list