summaryrefslogtreecommitdiff
path: root/include/uno
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-01-16 20:41:47 +0100
committerMichael Stahl <mstahl@redhat.com>2017-01-16 23:15:50 +0100
commitac2105e77795970e9131092caae78fd42c86f6d9 (patch)
treeaf12a796272423d5034d1ab014591107fe968691 /include/uno
parent94cf7e6de57cb413db39f719b4a5108708897a5c (diff)
cppuhelper: mark these with SAL_DEPRECATED
Change-Id: Ide792910c39b3b33e2712268416e7950087877f3
Diffstat (limited to 'include/uno')
-rw-r--r--include/uno/mapping.hxx2
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(