summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-09-04 13:19:38 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-09-04 13:22:17 +0200
commitdaddd329f8d4768a022d1aef51d2e65790c2944e (patch)
tree947d477bb2192df3d641229ca66bcf39a85aa34a /sw/inc
parentc4f7c5c6890d28a2ff1b9e8f411cd19db587e881 (diff)
sw::UnoImplPtr: add doxygen documentation
Change-Id: I336918d2aea005b7121a8f4a498bffd8b7b87899
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/unobaseclass.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/unobaseclass.hxx b/sw/inc/unobaseclass.hxx
index e4275cabd74d..cfd503ef1d91 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
{