summaryrefslogtreecommitdiff
path: root/store/source/storpage.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-02-28 09:32:53 +0000
committerKurt Zenker <kz@openoffice.org>2006-02-28 09:32:53 +0000
commiteddd9371d18705cce623e8dfc7c923f53b650de7 (patch)
tree268a6115f442b4e0334c3a03b7f94c284c2a6992 /store/source/storpage.cxx
parent78b609d1aabbfdec0aa7ec5f247e92f66229fe0d (diff)
INTEGRATION: CWS sixtyfour01 (1.4.12); FILE MERGED
2006/01/14 12:48:36 pjanik 1.4.12.1: #i57737#: 64bit fixes for module store. Patch from Jan Holesovsky (JCA).
Diffstat (limited to 'store/source/storpage.cxx')
-rw-r--r--store/source/storpage.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/store/source/storpage.cxx b/store/source/storpage.cxx
index d23238dcd3cb..8925e0f0fbc4 100644
--- a/store/source/storpage.cxx
+++ b/store/source/storpage.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: storpage.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 08:47:20 $
+ * last change: $Author: kz $ $Date: 2006-02-28 10:32:39 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -968,7 +968,7 @@ storeError OStorePageManager::symlink (
// Mark 'Source' as symbolic link to 'Destination'.
OStoreDirectoryPageObject aPage (*m_pDirect);
aPage.attrib (STORE_ATTRIB_ISLINK);
- aPage.dataLength (sizeof (aDstKey));
+ aPage.dataLength (sal_uInt32(sizeof(aDstKey)));
// Allocate and save 'Source' directory page.
eErrCode = base::allocate (aPage);