diff options
author | Michael Stahl <mstahl@redhat.com> | 2017-01-16 20:41:47 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-01-16 23:15:50 +0100 |
commit | ac2105e77795970e9131092caae78fd42c86f6d9 (patch) | |
tree | af12a796272423d5034d1ab014591107fe968691 /include/uno/mapping.hxx | |
parent | 94cf7e6de57cb413db39f719b4a5108708897a5c (diff) |
cppuhelper: mark these with SAL_DEPRECATED
Change-Id: Ide792910c39b3b33e2712268416e7950087877f3
Diffstat (limited to 'include/uno/mapping.hxx')
-rw-r--r-- | include/uno/mapping.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uno/mapping.hxx b/include/uno/mapping.hxx index 7ec6a11e54a5..352f375ff58d 100644 --- a/include/uno/mapping.hxx +++ b/include/uno/mapping.hxx @@ -314,6 +314,7 @@ inline void * Mapping::mapInterface( @deprecated */ template< class C > +SAL_DEPRECATED("use uno_Mapping") inline bool mapToCpp( Reference< C > * ppRet, uno_Interface * pUnoI ) { Mapping aMapping( @@ -337,6 +338,7 @@ inline bool mapToCpp( Reference< C > * ppRet, uno_Interface * pUnoI ) @deprecated */ template< class C > +SAL_DEPRECATED("use uno_Mapping") inline bool mapToUno( uno_Interface ** ppRet, const Reference< C > & x ) { Mapping aMapping( |