summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2002-09-04 15:01:00 +0000
committerJoachim Lingner <jl@openoffice.org>2002-09-04 15:01:00 +0000
commit9c5348b90a6d1e1c806c78d3a95d0f214691fc50 (patch)
treeeae478b4b7ec7db99c4e58d996173d54acc95a27
parent6faeab80998a713bff2f1369f4c809dae0a3a612 (diff)
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 07fda6888..202ebe795 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.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: jl $ $Date: 2002-06-20 09:08:28 $
+ * last change: $Author: jl $ $Date: 2002-09-04 16:01:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -302,6 +302,8 @@ interface XCallback: com::sun::star::uno::XInterface
void inValues( [in] char aChar, [in] long aLong, [in] string aString);
void inSeqByte( [in] sequence<byte> val);
+ void inSeqXEventListener( [in] sequence<com::sun::star::lang::XEventListener> listener, [in]
+ sequence<com::sun::star::lang::EventObject> events);
// Attributes
[attribute] oletest::XSimple simple;