summaryrefslogtreecommitdiff
path: root/include/comphelper/containermultiplexer.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-29 19:07:59 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:00:59 +0200
commitcdbbbdce9956e290b4a849af332df55da1be8d36 (patch)
tree2050cdc73e167962b0a37e7272abd55575f8c705 /include/comphelper/containermultiplexer.hxx
parentbf080115bac322b177ffcf1e15aff4de1d742b4c (diff)
include: convert <type> here too
sed -i "s,<type>\([^<]\+\)</type>,\1," Change-Id: Ibdaeb2c396ad29ced05716142b38c6a1c3e49847
Diffstat (limited to 'include/comphelper/containermultiplexer.hxx')
-rw-r--r--include/comphelper/containermultiplexer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/containermultiplexer.hxx b/include/comphelper/containermultiplexer.hxx
index 725265e493c6..40265e12f6d8 100644
--- a/include/comphelper/containermultiplexer.hxx
+++ b/include/comphelper/containermultiplexer.hxx
@@ -37,7 +37,7 @@ namespace comphelper
/** a non-UNO container listener
<p>Useful if you have a non-refcountable class which should act as container listener.<br/>
In this case, derive this class from OContainerListener, and create an adapter
- <type>OContainerListenerAdapter</type> which multiplexes the changes.</p>
+ OContainerListenerAdapter which multiplexes the changes.</p>
*/
class COMPHELPER_DLLPUBLIC OContainerListener
{