summaryrefslogtreecommitdiff
path: root/testtools/com
diff options
context:
space:
mode:
authorCaolán McNamara <cmc@openoffice.org>2009-12-01 11:43:22 +0000
committerCaolán McNamara <cmc@openoffice.org>2009-12-01 11:43:22 +0000
commita24c356d4b6dc6c38c11f3fd7dd55e105994f279 (patch)
treeeb7eb972c823d3b9b93de782cd45b6115698fd62 /testtools/com
parenta0ea9187c3eb07097b4c1a0c9a95176c8227cf60 (diff)
cmcfixes68: #i107182# ppc fix argument passing in a rare case
Diffstat (limited to 'testtools/com')
-rw-r--r--testtools/com/sun/star/comp/bridge/TestComponent.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/testtools/com/sun/star/comp/bridge/TestComponent.java b/testtools/com/sun/star/comp/bridge/TestComponent.java
index 3a3c60b8146d..57582203fe2d 100644
--- a/testtools/com/sun/star/comp/bridge/TestComponent.java
+++ b/testtools/com/sun/star/comp/bridge/TestComponent.java
@@ -495,6 +495,10 @@ public class TestComponent {
return i_Struct;
}
+ public int testPPCAlignment( long l1, long l2, int i1, long l3, int i2 ) throws com.sun.star.uno.RuntimeException {
+ return i2;
+ }
+
// Attributes
public boolean getBool() throws com.sun.star.uno.RuntimeException {
return _bool;