summaryrefslogtreecommitdiff
path: root/forms/source/component/ListBox.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-17 09:42:23 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-17 09:42:23 +0000
commit2510e7ae6a7a0aca1c0b7a553dd5406e21e30919 (patch)
tree11ff5a444528b2505540fd5be182b7cce7d6b5bd /forms/source/component/ListBox.hxx
parent3815b8eabb2679dc3bb1edeea307bbd745089624 (diff)
INTEGRATION: CWS dba23 (1.10.24); FILE MERGED
2005/01/13 16:00:52 fs 1.10.24.1: #i40583# asyncnotification moved to module comphelper
Diffstat (limited to 'forms/source/component/ListBox.hxx')
-rw-r--r--forms/source/component/ListBox.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/forms/source/component/ListBox.hxx b/forms/source/component/ListBox.hxx
index bf11ae0704dc..b6cc3c67b699 100644
--- a/forms/source/component/ListBox.hxx
+++ b/forms/source/component/ListBox.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ListBox.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: pjunck $ $Date: 2004-10-22 11:39:24 $
+ * last change: $Author: vg $ $Date: 2005-02-17 10:42:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -114,8 +114,8 @@
#ifndef FORMS_ENTRYLISTHELPER_HXX
#include "entrylisthelper.hxx"
#endif
-#ifndef FORMS_SOURCE_INC_ASYNCNOTIFICATION_HXX
-#include "asyncnotification.hxx"
+#ifndef COMPHELPER_ASYNCNOTIFICATION_HXX
+#include <comphelper/asyncnotification.hxx>
#endif
#include <memory>
@@ -282,7 +282,7 @@ private:
::com::sun::star::uno::Reference< ::com::sun::star::awt::XListBox >
m_xAggregateListBox;
- AsyncEventNotifier* m_pItemBroadcaster;
+ ::comphelper::AsyncEventNotifier* m_pItemBroadcaster;
protected:
// UNO Anbindung
@@ -343,8 +343,8 @@ public:
protected:
// IEventProcessor
- virtual void processEvent( const EventReference& _rEvent );
- virtual XComponentRef getComponent();
+ virtual void processEvent( const ::comphelper::EventDescription& _rEvent );
+ virtual ::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent > getComponent();
private:
DECL_LINK( OnTimeout, void* );