summaryrefslogtreecommitdiffstats
path: root/extensions/test/ole/idl
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2000-10-20 14:42:00 +0000
committerJoachim Lingner <jl@openoffice.org>2000-10-20 14:42:00 +0000
commitf834e4cdc608ab4bc46849fc6fe71c7df552bc5b (patch)
tree8a8904451dfa1d6e9225a7a0a5feaa665614d05c /extensions/test/ole/idl
parentIUnknownWrapper_Impl::getAttributeInfo added (diff)
downloadcore-f834e4cdc608ab4bc46849fc6fe71c7df552bc5b.tar.gz
core-f834e4cdc608ab4bc46849fc6fe71c7df552bc5b.zip
*** empty log message ***
Diffstat (limited to 'extensions/test/ole/idl')
-rw-r--r--extensions/test/ole/idl/oletest.idl8
1 files changed, 6 insertions, 2 deletions
diff --git a/extensions/test/ole/idl/oletest.idl b/extensions/test/ole/idl/oletest.idl
index 5e72e9e84c2f..9481d4023b40 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.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hjs $ $Date: 2000-09-18 23:52:13 $
+ * last change: $Author: jl $ $Date: 2000-10-20 15:40:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -282,6 +282,10 @@ interface XCallback: com::sun::star::uno::XInterface
void inValues( [in] char aChar, [in] long aLong, [in] string aString);
void inSeqByte( [in] sequence<byte> val);
+ // Attributes
+ [attribute] oletest::XSimple simple;
+
+
};