summaryrefslogtreecommitdiff
path: root/fpicker/source/win32/filepicker/asynceventnotifier.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/win32/filepicker/asynceventnotifier.cxx')
-rw-r--r--fpicker/source/win32/filepicker/asynceventnotifier.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/fpicker/source/win32/filepicker/asynceventnotifier.cxx b/fpicker/source/win32/filepicker/asynceventnotifier.cxx
index a680a8f11376..40ba455300de 100644
--- a/fpicker/source/win32/filepicker/asynceventnotifier.cxx
+++ b/fpicker/source/win32/filepicker/asynceventnotifier.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: asynceventnotifier.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: tra $ $Date: 2002-02-21 14:45:38 $
+ * last change: $Author: tra $ $Date: 2002-02-21 15:01:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -248,11 +248,11 @@ void SAL_CALL CAsyncEventNotifier::run()
removeNextEventRecord();
::cppu::OInterfaceContainerHelper* pICHelper =
- m_rBroadcastHelper.aLC.getContainer(getCppuType((Reference<XFilePickerListener>*)0));
+ m_rBroadcastHelper.getContainer(getCppuType((Reference<XFilePickerListener>*)0));
if ( pICHelper )
{
- ::cppu::OInterfaceIteratorHelper iter( *pICHelper );
+ ::cppu::OInterfaceIteratorHelper iter(*pICHelper);
while( iter.hasMoreElements() )
{