diff options
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( |