summaryrefslogtreecommitdiff
path: root/extensions/test/ole/idl/oletest.idl
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/test/ole/idl/oletest.idl')
-rw-r--r--extensions/test/ole/idl/oletest.idl6
1 files changed, 4 insertions, 2 deletions
diff --git a/extensions/test/ole/idl/oletest.idl b/extensions/test/ole/idl/oletest.idl
index 812dfa67eb3f..cfeb9e104fed 100644
--- a/extensions/test/ole/idl/oletest.idl
+++ b/extensions/test/ole/idl/oletest.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: oletest.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: jl $ $Date: 2002-06-05 13:14:26 $
+ * last change: $Author: jl $ $Date: 2002-06-20 09:08:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -150,6 +150,8 @@ interface XTestStruct: com::sun::star::uno::XInterface
com::sun::star::beans::Property retMethodStruct();
// Attributes as structs
[attribute] com::sun::star::beans::Property AttrStruct;
+
+ com::sun::star::beans::Property methodStruct2( [in] com::sun::star::beans::Property aProp);
};
interface XTestOutParameters: com::sun::star::uno::XInterface