From 079b40d8f5d0f269a3ed41d51cf0a17507d203ef Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Mon, 2 Aug 2004 08:45:38 +0000 Subject: 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 --- extensions/source/ole/comifaces.hxx | 12 ++++++++++-- 1 file 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 -- cgit v1.2.3