summaryrefslogtreecommitdiff
path: root/bridges/test/testcomp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bridges/test/testcomp.cxx')
-rw-r--r--bridges/test/testcomp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bridges/test/testcomp.cxx b/bridges/test/testcomp.cxx
index 376dab71f6f9..f07760eaf0f7 100644
--- a/bridges/test/testcomp.cxx
+++ b/bridges/test/testcomp.cxx
@@ -591,7 +591,7 @@ void testAllTypes( const Reference < XCallMe > & rRCallMe )
types.Float = (float)123.239;
types.Double = 1279.12490012;
types.String = OUString("abcdefghijklmnopqrstuvwxyz");
- types.Interface = Reference< XInterface >( rRCallMe , UNO_QUERY);
+ types.Interface.set( rRCallMe , UNO_QUERY);
types.Any <<= types.Double;
TestTypes retTypes = rRCallMe->transport( types );