summaryrefslogtreecommitdiff
path: root/fpicker/source
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-03-12 06:33:58 +0000
committerRüdiger Timm <rt@openoffice.org>2008-03-12 06:33:58 +0000
commitafba7aa448dff7bd6b42b2896756d251781ddeea (patch)
tree15fc73f5011ba3f8cd2eb1b97ac8a7644db48c46 /fpicker/source
parent23987d11b8f899d676359d383959c4ca1918044f (diff)
INTEGRATION: CWS hro34 (1.9.144); FILE MERGED
2008/03/07 10:38:15 hro 1.9.144.1: #i78851# #i72556# Implemented Vista style File Dialog
Diffstat (limited to 'fpicker/source')
-rw-r--r--fpicker/source/win32/filepicker/asynceventnotifier.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/fpicker/source/win32/filepicker/asynceventnotifier.hxx b/fpicker/source/win32/filepicker/asynceventnotifier.hxx
index de6627b01204..f7fa5e9741df 100644
--- a/fpicker/source/win32/filepicker/asynceventnotifier.hxx
+++ b/fpicker/source/win32/filepicker/asynceventnotifier.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: asynceventnotifier.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: obo $ $Date: 2006-10-12 10:49:56 $
+ * last change: $Author: rt $ $Date: 2008-03-12 07:33:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -93,6 +93,11 @@ public:
// the CEventNotification instance
void SAL_CALL notifyEvent(CEventNotification* EventNotification);
+ void SAL_CALL addListener (const ::com::sun::star::uno::Type& aType ,
+ const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& xListener);
+ void SAL_CALL removeListener(const ::com::sun::star::uno::Type& aType ,
+ const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& xListener);
+
private:
size_t SAL_CALL getEventListSize();
void SAL_CALL resetNotifyEvent();