diff options
Diffstat (limited to 'toolkit/source/awt/vclxtopwindow.cxx')
-rw-r--r-- | toolkit/source/awt/vclxtopwindow.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/awt/vclxtopwindow.cxx b/toolkit/source/awt/vclxtopwindow.cxx index 967cb5f97e1b..a9853e17468b 100644 --- a/toolkit/source/awt/vclxtopwindow.cxx +++ b/toolkit/source/awt/vclxtopwindow.cxx @@ -260,7 +260,7 @@ vcl::Window* VCLXTopWindow::GetWindowImpl() return VCLXContainer::GetWindow(); } -::cppu::OInterfaceContainerHelper& VCLXTopWindow::GetTopWindowListenersImpl() +::comphelper::OInterfaceContainerHelper2& VCLXTopWindow::GetTopWindowListenersImpl() { return GetTopWindowListeners(); } |