[Libreoffice-commits] core.git: include/cppuhelper

Noel Grandin noel at peralex.com
Mon Jun 20 06:56:13 UTC 2016


 include/cppuhelper/weakref.hxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 8f56d408729108ed1c6fdca258d3ef6029863c78
Author: Noel Grandin <noel at peralex.com>
Date:   Mon Jun 20 08:54:58 2016 +0200

    improper use of this/that just bugs me
    
    Change-Id: Ie05062cfe384971f5c358769ab16461a76f911cf

diff --git a/include/cppuhelper/weakref.hxx b/include/cppuhelper/weakref.hxx
index 9cd422b..11095b7 100644
--- a/include/cppuhelper/weakref.hxx
+++ b/include/cppuhelper/weakref.hxx
@@ -41,7 +41,7 @@ class OWeakRefListener;
 
 /** The WeakReferenceHelper holds a weak reference to an object.
 
-    This object must implement the css::uno::XWeak interface.
+    That object must implement the css::uno::XWeak interface.
 
     The WeakReferenceHelper itself is *not* thread safe, just as
     Reference itself isn't, but the implementation of the listeners etc.
@@ -64,7 +64,7 @@ public:
     WeakReferenceHelper( const WeakReferenceHelper & rWeakRef );
 
     /** Initialize this reference with the hard interface reference xInt. If the implementation
-        behind xInt does not support XWeak or XInt is null then this reference will be null.
+        behind xInt does not support XWeak or xInt is null then this reference will be null.
 
         @param xInt another hard interface reference
     */
@@ -124,7 +124,7 @@ protected:
 
 /** The WeakReference<> holds a weak reference to an object.
 
-    This object must implement the css::uno::XWeak interface.
+    That object must implement the css::uno::XWeak interface.
 
     The WeakReference itself is *not* thread safe, just as
     Reference itself isn't, but the implementation of the listeners etc.


More information about the Libreoffice-commits mailing list