sw/inc/unobaseclass.hxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit daddd329f8d4768a022d1aef51d2e65790c2944e
Author: Miklos Vajna <vmik...@collabora.co.uk>
Date:   Thu Sep 4 13:19:38 2014 +0200

    sw::UnoImplPtr: add doxygen documentation
    
    Change-Id: I336918d2aea005b7121a8f4a498bffd8b7b87899

diff --git a/sw/inc/unobaseclass.hxx b/sw/inc/unobaseclass.hxx
index e4275ca..cfd503e 100644
--- a/sw/inc/unobaseclass.hxx
+++ b/sw/inc/unobaseclass.hxx
@@ -89,6 +89,7 @@ void ClientModify(SwClient* pClient, const SfxPoolItem *pOld, 
const SfxPoolItem
 
 namespace sw {
 
+    /// Smart pointer class ensuring that the pointed object is deleted with a 
locked SolarMutex.
     template<typename T> class UnoImplPtr
         : private ::boost::noncopyable
     {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to