diff options
author | Daniel Boelzle <dbo@openoffice.org> | 2001-10-19 12:25:15 +0000 |
---|---|---|
committer | Daniel Boelzle <dbo@openoffice.org> | 2001-10-19 12:25:15 +0000 |
commit | 9fd8a6b25497460d6a7424e1c9764ddb8f32c619 (patch) | |
tree | e091426b0394c3e1b36886de747cf58d06af771d /cppu/source/uno/data.cxx | |
parent | f8d74955b99b7878a92239057e86cab0a8c42780 (diff) |
#92951# alignment tests
Diffstat (limited to 'cppu/source/uno/data.cxx')
-rw-r--r-- | cppu/source/uno/data.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cppu/source/uno/data.cxx b/cppu/source/uno/data.cxx index 384d71c3c56b..e8e3ed198afe 100644 --- a/cppu/source/uno/data.cxx +++ b/cppu/source/uno/data.cxx @@ -2,9 +2,9 @@ * * $RCSfile: data.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: dbo $ $Date: 2001-10-19 13:04:06 $ + * last change: $Author: dbo $ $Date: 2001-10-19 13:25:14 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -386,12 +386,12 @@ struct O : public M }; struct O2 : public O { - double p; + double p2; }; struct P : public N { - double p; + double p2; }; struct empty @@ -504,7 +504,7 @@ BinaryCompatible_Impl::BinaryCompatible_Impl() #endif BINTEST_VERIFYSIZE( O2, 24 ); - BINTEST_VERIFYOFFSET( O2, p, 16 ); + BINTEST_VERIFYOFFSET( O2, p2, 16 ); BINTEST_VERIFYSIZE( Char3, 3 ); BINTEST_VERIFYOFFSET( Char4, c, 3 ); |