summaryrefslogtreecommitdiff
path: root/cppuhelper/test/helpertest.idl
diff options
context:
space:
mode:
authorDaniel Boelzle <dbo@openoffice.org>2001-08-31 08:12:21 +0000
committerDaniel Boelzle <dbo@openoffice.org>2001-08-31 08:12:21 +0000
commit17a3167736a2a27a469e15361e2fcc4012934361 (patch)
tree7277c78e5cccdeb00e19947e5588cf73b1e060f5 /cppuhelper/test/helpertest.idl
parent1c56e41bc24e0165e3c4c4fb6ed5b82f07d34153 (diff)
#90698# impl helper revision
Diffstat (limited to 'cppuhelper/test/helpertest.idl')
-rw-r--r--cppuhelper/test/helpertest.idl13
1 files changed, 11 insertions, 2 deletions
diff --git a/cppuhelper/test/helpertest.idl b/cppuhelper/test/helpertest.idl
index b6262f01278d..0f42b789b88c 100644
--- a/cppuhelper/test/helpertest.idl
+++ b/cppuhelper/test/helpertest.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: helpertest.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: dbo $ $Date: 2001-03-21 13:51:25 $
+ * last change: $Author: dbo $ $Date: 2001-08-31 09:12:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -104,6 +104,15 @@ interface G : com::sun::star::uno::XInterface
string a();
};
+interface H : com::sun::star::uno::XInterface
+{
+ string h();
+};
+interface I : com::sun::star::uno::XInterface
+{
+ string i();
+};
+
}; //module test
#endif