summaryrefslogtreecommitdiff
path: root/sfx2/source/inc/recfloat.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/inc/recfloat.hxx')
-rw-r--r--sfx2/source/inc/recfloat.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/inc/recfloat.hxx b/sfx2/source/inc/recfloat.hxx
index 23c9b362ccc3..06fc314a2795 100644
--- a/sfx2/source/inc/recfloat.hxx
+++ b/sfx2/source/inc/recfloat.hxx
@@ -27,7 +27,7 @@ class SfxRecordingFloatWrapper_Impl : public SfxChildWindow
{
SfxBindings* pBindings;
public:
- SfxRecordingFloatWrapper_Impl( Window* pParent ,
+ SfxRecordingFloatWrapper_Impl( vcl::Window* pParent ,
sal_uInt16 nId ,
SfxBindings* pBindings ,
SfxChildWinInfo* pInfo );
@@ -44,7 +44,7 @@ class SfxRecordingFloat_Impl : public SfxFloatingWindow
public:
SfxRecordingFloat_Impl( SfxBindings* pBindings ,
SfxChildWindow* pChildWin ,
- Window* pParent );
+ vcl::Window* pParent );
virtual ~SfxRecordingFloat_Impl();
virtual bool Close() SAL_OVERRIDE;
virtual void FillInfo( SfxChildWinInfo& rInfo ) const SAL_OVERRIDE;