From fbc038cc4f4a12f8302ce5b3bd7d739bd66a674e Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 10 May 2019 09:34:10 +0100 Subject: an uno -> a uno MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I538db88f8477dd2d2ad25c372928fec6c11d979d Reviewed-on: https://gerrit.libreoffice.org/72105 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- include/comphelper/weak.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/comphelper') diff --git a/include/comphelper/weak.hxx b/include/comphelper/weak.hxx index 929ecbf495ca..f094225cb32c 100644 --- a/include/comphelper/weak.hxx +++ b/include/comphelper/weak.hxx @@ -26,7 +26,7 @@ namespace comphelper { -/** Base class to implement an UNO object supporting types and weak references, i.e. the object can be held +/** Base class to implement a UNO object supporting types and weak references, i.e. the object can be held weakly (by a css::uno::WeakReference). This implementation copes with reference counting. Upon last release(), the virtual dtor is called. -- cgit