diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-12-09 10:40:52 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-12-09 10:40:52 +0000 |
commit | ebedefd60eebc300da4751673ef3fded8cbbb334 (patch) | |
tree | 9db8e1944a474a5e04cc2fae0b485f8d7ee6bc4f /testtools/source/bridgetest/idl | |
parent | f20ff43473f1d33be368d61b8d0f6bcbb644df14 (diff) |
rename AllFloats test to FourFloats
Diffstat (limited to 'testtools/source/bridgetest/idl')
-rw-r--r-- | testtools/source/bridgetest/idl/bridgetest.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testtools/source/bridgetest/idl/bridgetest.idl b/testtools/source/bridgetest/idl/bridgetest.idl index 40a0066211ab..b8b2ef385c34 100644 --- a/testtools/source/bridgetest/idl/bridgetest.idl +++ b/testtools/source/bridgetest/idl/bridgetest.idl @@ -103,7 +103,7 @@ struct BigStruct /** * all floats, ia64 handles them specially */ -struct AllFloats +struct FourFloats { float a; float b; @@ -264,7 +264,7 @@ interface XBridgeTestBase : com::sun::star::uno::XInterface /** * register return test 4 */ - AllFloats echoAllFloats( [in] AllFloats aStruct ); + FourFloats echoFourFloats( [in] FourFloats aStruct ); /** * register return test 4 (i107182) |