diff options
author | Caolán McNamara <cmc@openoffice.org> | 2009-12-01 11:43:22 +0000 |
---|---|---|
committer | Caolán McNamara <cmc@openoffice.org> | 2009-12-01 11:43:22 +0000 |
commit | a24c356d4b6dc6c38c11f3fd7dd55e105994f279 (patch) | |
tree | eb7eb972c823d3b9b93de782cd45b6115698fd62 /testtools/source/bridgetest/cppobj.cxx | |
parent | a0ea9187c3eb07097b4c1a0c9a95176c8227cf60 (diff) |
cmcfixes68: #i107182# ppc fix argument passing in a rare case
Diffstat (limited to 'testtools/source/bridgetest/cppobj.cxx')
-rw-r--r-- | testtools/source/bridgetest/cppobj.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testtools/source/bridgetest/cppobj.cxx b/testtools/source/bridgetest/cppobj.cxx index 9a8a6508a069..f05bb8e1db2f 100644 --- a/testtools/source/bridgetest/cppobj.cxx +++ b/testtools/source/bridgetest/cppobj.cxx @@ -225,6 +225,8 @@ public: { return rStruct; } virtual AllFloats SAL_CALL echoAllFloats(const AllFloats& rStruct) throw(com::sun::star::uno::RuntimeException) { return rStruct; } + virtual sal_Int32 SAL_CALL testPPCAlignment( sal_Int64, sal_Int64, sal_Int32, sal_Int64, sal_Int32 i2 ) throw(com::sun::star::uno::RuntimeException) + { return i2; } virtual sal_Bool SAL_CALL getBool() throw(com::sun::star::uno::RuntimeException) { return _aData.Bool; } |