diff options
Diffstat (limited to 'fpicker/source/win32/VistaFilePickerEventHandler.hxx')
-rw-r--r-- | fpicker/source/win32/VistaFilePickerEventHandler.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fpicker/source/win32/VistaFilePickerEventHandler.hxx b/fpicker/source/win32/VistaFilePickerEventHandler.hxx index 71199cd07b45..b27ef7326f35 100644 --- a/fpicker/source/win32/VistaFilePickerEventHandler.hxx +++ b/fpicker/source/win32/VistaFilePickerEventHandler.hxx @@ -28,7 +28,7 @@ #include <com/sun/star/uno/Reference.hxx> #include <cppuhelper/basemutex.hxx> -#include <cppuhelper/interfacecontainer.h> +#include <comphelper/multicontainer2.hxx> #include <osl/interlck.h> namespace fpicker{ @@ -182,7 +182,7 @@ class VistaFilePickerEventHandler : public ::cppu::BaseMutex * be locked during this time. If we call our listener back now synchronously .. * we will block on SolarMutex.acquire() forever .-)) */ - ::cppu::OMultiTypeInterfaceContainerHelper m_lListener; + comphelper::OMultiTypeInterfaceContainerHelper2 m_lListener; }; } // namespace vista |