From 2618ff47344e423470ab60c5e034d30163b3f29b Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 4 Sep 2013 14:25:39 +0200 Subject: UNO interface UIKs are unused for a very long time ...so mark them as @deprecated more thoroughly and always force them to zero. Change-Id: I5db2dab924fc5a4145a0e5dd055b654985ce2ef9 --- cppu/source/typelib/static_types.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cppu/source/typelib/static_types.cxx') diff --git a/cppu/source/typelib/static_types.cxx b/cppu/source/typelib/static_types.cxx index f12cf1f7d286..83f52abfb369 100644 --- a/cppu/source/typelib/static_types.cxx +++ b/cppu/source/typelib/static_types.cxx @@ -204,8 +204,7 @@ CPPU_DLLPUBLIC typelib_TypeDescriptionReference ** SAL_CALL typelib_static_type_ &pMembers[2], typelib_TypeClass_INTERFACE_METHOD, sMethodName2.pData ); ::typelib_typedescription_newInterface( - &pTD, sTypeName.pData, 0xe227a391, 0x33d6, 0x11d1, 0xaabe00a0, 0x249d5590, - 0, 3, pMembers ); + &pTD, sTypeName.pData, 0, 0, 0, 0, 0, 0, 3, pMembers ); ::typelib_typedescription_register( (typelib_TypeDescription **)&pTD ); ::typelib_typedescriptionreference_acquire( -- cgit v1.2.3