diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-09-04 14:25:39 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-09-04 14:37:54 +0200 |
commit | 2618ff47344e423470ab60c5e034d30163b3f29b (patch) | |
tree | 275387afcdf370a83ff05473e69741267fa265ce /cppu/source/threadpool | |
parent | 71ac97f709441bbcdbeaa2010cb63a782b61e1fa (diff) |
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
Diffstat (limited to 'cppu/source/threadpool')
-rw-r--r-- | cppu/source/threadpool/current.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppu/source/threadpool/current.cxx b/cppu/source/threadpool/current.cxx index d8b6727df8c3..227a9ab0abb0 100644 --- a/cppu/source/threadpool/current.cxx +++ b/cppu/source/threadpool/current.cxx @@ -56,7 +56,7 @@ static typelib_InterfaceTypeDescription * get_type_XCurrentContext() sMethodName0.pData ); typelib_typedescription_newInterface( &pTD, - sTypeName.pData, 0x00000000, 0x0000, 0x0000, 0x00000000, 0x00000000, + sTypeName.pData, 0, 0, 0, 0, 0, * typelib_static_type_getByTypeClass( typelib_TypeClass_INTERFACE ), 1, pMembers ); |