summaryrefslogtreecommitdiff
path: root/extensions/test/ole/idl
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2002-09-13 05:39:56 +0000
committerJoachim Lingner <jl@openoffice.org>2002-09-13 05:39:56 +0000
commit9cb49f052a7c607d3490cec226715bcf12c27982 (patch)
treee4cfe920635c4667a3a9aa0d27b0784c6f3d4d64 /extensions/test/ole/idl
parentc5933d520314668088c6de3a770917a154631660 (diff)
#103028#
Diffstat (limited to 'extensions/test/ole/idl')
-rw-r--r--extensions/test/ole/idl/oletest.idl12
1 files changed, 10 insertions, 2 deletions
diff --git a/extensions/test/ole/idl/oletest.idl b/extensions/test/ole/idl/oletest.idl
index 6867b29c3ccd..176910e1685b 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.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: jl $ $Date: 2002-09-04 16:01:00 $
+ * last change: $Author: jl $ $Date: 2002-09-13 06:39:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -320,5 +320,13 @@ interface XTestInterfaces: com::sun::star::uno::XInterface
void testInterface2( [in] oletest::XSimple xSimple, [in] long mode);
};
+interface XIdentity: com::sun::star::uno::XInterface
+{
+ void setObject([in] com::sun::star::uno::XInterface val);
+ boolean isSame( [in] com::sun::star::uno::XInterface val);
+
+ com::sun::star::uno::XInterface getThis();
+};
+
}; // oletest