summaryrefslogtreecommitdiffstats
path: root/include/comphelper
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-05-10 09:34:10 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-05-10 14:50:59 +0200
commitfbc038cc4f4a12f8302ce5b3bd7d739bd66a674e (patch)
treed6cc189748e5980420cc0611b44b28ec4183ea25 /include/comphelper
parentResolves: tdf#125197 duplicate column checkbox position (diff)
downloadcore-fbc038cc4f4a12f8302ce5b3bd7d739bd66a674e.tar.gz
core-fbc038cc4f4a12f8302ce5b3bd7d739bd66a674e.zip
an uno -> a uno
Change-Id: I538db88f8477dd2d2ad25c372928fec6c11d979d Reviewed-on: https://gerrit.libreoffice.org/72105 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/comphelper')
-rw-r--r--include/comphelper/weak.hxx2
1 files changed, 1 insertions, 1 deletions
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.