summaryrefslogtreecommitdiffstats
path: root/extensions/test/ole/idl
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2002-06-20 08:08:28 +0000
committerJoachim Lingner <jl@openoffice.org>2002-06-20 08:08:28 +0000
commit445a4221b98c8ff39c990f3423699b2648a24381 (patch)
tree4e426a130049a735eab6b4b3d7720ddd3fa2d6d0 /extensions/test/ole/idl
parent*** empty log message *** (diff)
downloadcore-445a4221b98c8ff39c990f3423699b2648a24381.tar.gz
core-445a4221b98c8ff39c990f3423699b2648a24381.zip
*** empty log message ***
Diffstat (limited to 'extensions/test/ole/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