summaryrefslogtreecommitdiff
path: root/include/toolkit/awt/vclxtopwindow.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/toolkit/awt/vclxtopwindow.hxx')
-rw-r--r--include/toolkit/awt/vclxtopwindow.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/toolkit/awt/vclxtopwindow.hxx b/include/toolkit/awt/vclxtopwindow.hxx
index d0839302829f..a8b5e2b0b472 100644
--- a/include/toolkit/awt/vclxtopwindow.hxx
+++ b/include/toolkit/awt/vclxtopwindow.hxx
@@ -46,7 +46,7 @@ protected:
bool isSystemDependentWindowPeer() const { return m_bWHWND; }
- virtual Window* GetWindowImpl() = 0;
+ virtual vcl::Window* GetWindowImpl() = 0;
virtual ::cppu::OInterfaceContainerHelper& GetTopWindowListenersImpl() = 0;
VCLXTopWindow_Base( const bool _bSupportSystemWindowPeer );
@@ -86,7 +86,7 @@ class TOOLKIT_DLLPUBLIC VCLXTopWindow: public VCLXTopWindow_Base,
public VCLXContainer
{
protected:
- virtual Window* GetWindowImpl() SAL_OVERRIDE;
+ virtual vcl::Window* GetWindowImpl() SAL_OVERRIDE;
virtual ::cppu::OInterfaceContainerHelper& GetTopWindowListenersImpl() SAL_OVERRIDE;
public: