diff options
author | Michael Stahl <mst@openoffice.org> | 2010-01-11 16:02:06 +0100 |
---|---|---|
committer | Michael Stahl <mst@openoffice.org> | 2010-01-11 16:02:06 +0100 |
commit | bb94dd8918d401094768173d99ecf5a6efeb6739 (patch) | |
tree | 4b373f8fc0efbc7c92c657b7280116296295aad3 /cppuhelper | |
parent | 0aab9a48358f905de8d65568e5f32e8d36d6021c (diff) |
swunolocking1: #i108161#: add forgotten since tag
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/inc/cppuhelper/weakref.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cppuhelper/inc/cppuhelper/weakref.hxx b/cppuhelper/inc/cppuhelper/weakref.hxx index a8506f036f21..a4f9f46eabd9 100644 --- a/cppuhelper/inc/cppuhelper/weakref.hxx +++ b/cppuhelper/inc/cppuhelper/weakref.hxx @@ -142,6 +142,8 @@ public: or XInt is null, then this reference is null. @param xInt another hard reference + + @since UDK 3.2.12 */ WeakReference & SAL_CALL operator = ( const ::com::sun::star::uno::Reference< interface_type > & xInt ) |