diff options
Diffstat (limited to 'include/comphelper')
-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 > { |