summaryrefslogtreecommitdiff
path: root/include/toolkit/awt/vclxwindow.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/toolkit/awt/vclxwindow.hxx')
-rw-r--r--include/toolkit/awt/vclxwindow.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/toolkit/awt/vclxwindow.hxx b/include/toolkit/awt/vclxwindow.hxx
index a353c4a44b43..67d6f7ed39a9 100644
--- a/include/toolkit/awt/vclxwindow.hxx
+++ b/include/toolkit/awt/vclxwindow.hxx
@@ -102,8 +102,8 @@ protected:
bool bWithDefaults = false );
virtual void GetPropertyIds( std::list< sal_uInt16 > &aIds );
- ::cppu::OInterfaceContainerHelper& GetContainerListeners();
- ::cppu::OInterfaceContainerHelper& GetTopWindowListeners();
+ ::comphelper::OInterfaceContainerHelper2& GetContainerListeners();
+ ::comphelper::OInterfaceContainerHelper2& GetTopWindowListeners();
public:
typedef ::std::function<void ()> Callback;