summaryrefslogtreecommitdiff
path: root/forms/source/component/ListBox.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-03-14 09:58:32 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-03-14 09:58:32 +0000
commiteee1ccec5f5b3373c6b41be2d603225a562bfff0 (patch)
tree04405b67143afcdea3c5006659ef1616ca1a1339 /forms/source/component/ListBox.hxx
parent668da511e188fe9fe4dfef5abd7c3aa4567fd71f (diff)
INTEGRATION: CWS pbrwuno (1.13.14); FILE MERGED
2005/10/07 12:21:41 fs 1.13.14.1: AsyncEventNotifier was reworked in the course of #i53095#, adjusted the usage
Diffstat (limited to 'forms/source/component/ListBox.hxx')
-rw-r--r--forms/source/component/ListBox.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/forms/source/component/ListBox.hxx b/forms/source/component/ListBox.hxx
index fe08b732b4dd..611dc8629066 100644
--- a/forms/source/component/ListBox.hxx
+++ b/forms/source/component/ListBox.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ListBox.hxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 22:45:19 $
+ * last change: $Author: vg $ $Date: 2006-03-14 10:58:32 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -256,7 +256,8 @@ private:
::com::sun::star::uno::Reference< ::com::sun::star::awt::XListBox >
m_xAggregateListBox;
- ::comphelper::AsyncEventNotifier* m_pItemBroadcaster;
+ ::rtl::Reference< ::comphelper::AsyncEventNotifier >
+ m_pItemBroadcaster;
protected:
// UNO Anbindung
@@ -317,8 +318,7 @@ public:
protected:
// IEventProcessor
- virtual void processEvent( const ::comphelper::EventDescription& _rEvent );
- virtual ::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent > getComponent();
+ virtual void processEvent( const ::comphelper::AnyEvent& _rEvent );
private:
DECL_LINK( OnTimeout, void* );