summaryrefslogtreecommitdiff
path: root/include/comphelper
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-06-14 22:41:47 +0000
committerJens Carl <j.carl43@gmx.de>2019-07-01 02:44:56 +0200
commit5cddf87c7db0f142a57862d223be02bb293a6388 (patch)
tree0ca93620a32039b235ae0c252956ae1aab0ff277 /include/comphelper
parent3a99d7f6210363cef47641481b82bae6fb1e997c (diff)
Fix typo
Change-Id: I5c1add8be1bdece509247f3ef0f5c6cdfcdbcc2b Reviewed-on: https://gerrit.libreoffice.org/74939 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'include/comphelper')
-rw-r--r--include/comphelper/listenernotification.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/listenernotification.hxx b/include/comphelper/listenernotification.hxx
index a92ea7ecd04b..88c2b8ef979b 100644
--- a/include/comphelper/listenernotification.hxx
+++ b/include/comphelper/listenernotification.hxx
@@ -37,7 +37,7 @@ namespace comphelper
/** abstract base class which manages a listener container, including
THB's listener notification pattern which cares for removing listeners
- which throw an DisposedException upon notification
+ which throw a DisposedException upon notification
Using this class is pretty easy:
<ul>