summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/diactrl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/dlg/diactrl.cxx')
-rw-r--r--sd/source/ui/dlg/diactrl.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/dlg/diactrl.cxx b/sd/source/ui/dlg/diactrl.cxx
index 674185f0305a..999c45e6e4d8 100644
--- a/sd/source/ui/dlg/diactrl.cxx
+++ b/sd/source/ui/dlg/diactrl.cxx
@@ -38,7 +38,7 @@ using namespace ::com::sun::star;
SFX_IMPL_TOOLBOX_CONTROL( SdTbxCtlDiaPages, SfxUInt16Item )
// SdPagesField
-SdPagesField::SdPagesField( Window* pParent,
+SdPagesField::SdPagesField( vcl::Window* pParent,
const uno::Reference< frame::XFrame >& rFrame,
WinBits nBits ) :
SvxMetricField ( pParent, rFrame, nBits ),
@@ -132,7 +132,7 @@ void SdTbxCtlDiaPages::StateChanged( sal_uInt16,
}
}
-Window* SdTbxCtlDiaPages::CreateItemWindow( Window* pParent )
+vcl::Window* SdTbxCtlDiaPages::CreateItemWindow( vcl::Window* pParent )
{
return new SdPagesField( pParent, m_xFrame );
}