diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-04-22 15:12:45 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-04-22 15:38:45 +0200 |
commit | afa58a03bc5d5c1055aa74c434701fdec6fb2357 (patch) | |
tree | 7d61a9be1629dfc4f158927c8727193a7e36f262 | |
parent | 79e0e713f798718902fed9740f147ce143bf7b76 (diff) |
Fix comment
Change-Id: I29b3d3e4e9261200b9fedace0c43f4f09d3ac129
-rw-r--r-- | include/comphelper/evtlistenerhlp.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/evtlistenerhlp.hxx b/include/comphelper/evtlistenerhlp.hxx index 9b04f7c80d8e..bc0720f5d289 100644 --- a/include/comphelper/evtlistenerhlp.hxx +++ b/include/comphelper/evtlistenerhlp.hxx @@ -33,7 +33,7 @@ namespace comphelper //= OCommandsListener // is helper class to avoid a cycle in refcount between the XEventListener - // and the member XEventBroadcaster + // and the member XComponent class COMPHELPER_DLLPUBLIC OEventListenerHelper : public ::cppu::WeakImplHelper1< ::com::sun::star::lang::XEventListener > { |