summaryrefslogtreecommitdiff
path: root/cppu/source/typelib/static_types.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-06-17 11:45:58 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-06-17 11:45:58 +0000
commitb744095bb30ee68231a096a64fa63ffa0d86a309 (patch)
tree9b345c46dff3e2eaf12e85f79421d7135650403b /cppu/source/typelib/static_types.cxx
parenteac7a50024bc55de09f5f81985c054d77fed1463 (diff)
INTEGRATION: CWS ooo64bit01 (1.10.16); FILE MERGED
2004/03/16 23:54:05 fa 1.10.16.1: Merge cws_srx644_port64bit, other misc fixes
Diffstat (limited to 'cppu/source/typelib/static_types.cxx')
-rw-r--r--cppu/source/typelib/static_types.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cppu/source/typelib/static_types.cxx b/cppu/source/typelib/static_types.cxx
index e584be2d27d9..115117148e7a 100644
--- a/cppu/source/typelib/static_types.cxx
+++ b/cppu/source/typelib/static_types.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: static_types.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: obo $ $Date: 2004-06-04 03:19:00 $
+ * last change: $Author: rt $ $Date: 2004-06-17 12:45:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -124,7 +124,7 @@ struct AlignSize_Impl
#endif
// the value of the maximal alignment
-static sal_Int32 nMaxAlignment = (sal_Int32)&((AlignSize_Impl *) 16)->dDouble - 16;
+static sal_Int32 nMaxAlignment = (sal_Int32)( (sal_Size)(&((AlignSize_Impl *) 16)->dDouble) - 16);
static inline sal_Int32 adjustAlignment( sal_Int32 nRequestedAlignment )
SAL_THROW( () )