diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-11-22 11:08:06 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-11-22 12:13:21 +0000 |
commit | c90f5c66512f35025d7ecc6ad5eae9ccef6c1290 (patch) | |
tree | 192bdb941b5b057b5c5c3e32bcbebe5b0bf273d2 /cppuhelper/inc | |
parent | 0a14f43e69112073dd093ad26520527754feb9de (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/inc')
-rw-r--r-- | cppuhelper/inc/cppuhelper/weakagg.hxx | 1 |
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 |