summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-08-02 08:45:38 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-08-02 08:45:38 +0000
commit079b40d8f5d0f269a3ed41d51cf0a17507d203ef (patch)
tree1f2c22ef0d4d927d25370941fadf5cfa4e55411f
parentebdf508e990b7cba9cfd67befbaf500a679337ec (diff)
INTEGRATION: CWS jl10 (1.1.1.1.360); FILE MERGED
2004/07/21 10:47:23 jl 1.1.1.1.360.1: #111019# support for UNO type
-rw-r--r--extensions/source/ole/comifaces.hxx12
1 files changed, 10 insertions, 2 deletions
diff --git a/extensions/source/ole/comifaces.hxx b/extensions/source/ole/comifaces.hxx
index e3f0f4e95490..db1af9f91c7e 100644
--- a/extensions/source/ole/comifaces.hxx
+++ b/extensions/source/ole/comifaces.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: comifaces.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:16:40 $
+ * last change: $Author: rt $ $Date: 2004-08-02 09:45:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -87,4 +87,12 @@ IUnoObjectWrapper: public IUnknown
};
+MIDL_INTERFACE("8BB66591-A544-4de9-822C-57AB57BCED1C")
+IUnoTypeWrapper: public IUnknown
+{
+ STDMETHOD(put_Name)(BSTR val) = 0;
+ STDMETHOD(get_Name)(BSTR* pVal) = 0;
+};
+
+
#endif