summaryrefslogtreecommitdiff
path: root/svx/workben/pixelctl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/workben/pixelctl.cxx')
-rw-r--r--svx/workben/pixelctl.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/workben/pixelctl.cxx b/svx/workben/pixelctl.cxx
index 1ef6da03bf1f..37e106e380d9 100644
--- a/svx/workben/pixelctl.cxx
+++ b/svx/workben/pixelctl.cxx
@@ -69,7 +69,7 @@ class MyWin : public WorkWindow
SvxPixelCtl maPixelCtl;
public:
- MyWin( Window* pParent, WinBits nWinStyle );
+ MyWin( vcl::Window* pParent, WinBits nWinStyle );
void MouseMove( const MouseEvent& rMEvt ) SAL_OVERRIDE;
void MouseButtonDown( const MouseEvent& rMEvt ) SAL_OVERRIDE;
@@ -91,7 +91,7 @@ void Main()
Application::Execute();
}
-MyWin::MyWin( Window* pParent, WinBits nWinStyle ) :
+MyWin::MyWin( vcl::Window* pParent, WinBits nWinStyle ) :
WorkWindow( pParent, nWinStyle ),
maPixelCtl( this )
{