[Libreoffice-commits] core.git: sw/inc
Miklos Vajna
vmiklos at collabora.co.uk
Thu Sep 4 04:22:40 PDT 2014
sw/inc/unobaseclass.hxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit daddd329f8d4768a022d1aef51d2e65790c2944e
Author: Miklos Vajna <vmiklos at 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
{
More information about the Libreoffice-commits
mailing list