summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-11-22 11:08:06 +0000
committerMichael Meeks <michael.meeks@suse.com>2012-11-22 12:13:21 +0000
commitc90f5c66512f35025d7ecc6ad5eae9ccef6c1290 (patch)
tree192bdb941b5b057b5c5c3e32bcbebe5b0bf273d2 /cppuhelper
parent0a14f43e69112073dd093ad26520527754feb9de (diff)
create SAL_DEPRECATED_INTERNAL for annotating API
It flags methods that we don't want used externally, but havn't finished removing internally. Change-Id: I818ee0ea2bf5294be816256a0e7f1868f26806b8
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/inc/cppuhelper/weakagg.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/cppuhelper/inc/cppuhelper/weakagg.hxx b/cppuhelper/inc/cppuhelper/weakagg.hxx
index 094e178ec222..f4ae380a7218 100644
--- a/cppuhelper/inc/cppuhelper/weakagg.hxx
+++ b/cppuhelper/inc/cppuhelper/weakagg.hxx
@@ -79,6 +79,7 @@ public:
@param Delegator the object that delegate its queryInterface to this aggregate.
*/
+ SAL_DEPRECATED_INTERNAL("do not use XAggregation")
virtual void SAL_CALL setDelegator( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > & Delegator )
throw(::com::sun::star::uno::RuntimeException);
/** Called by the delegator or queryInterface. Re-implement this method instead of