summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls/linectrl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/tbxctrls/linectrl.cxx')
-rw-r--r--svx/source/tbxctrls/linectrl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/tbxctrls/linectrl.cxx b/svx/source/tbxctrls/linectrl.cxx
index 07eb01230c05..0e7b5f5672cf 100644
--- a/svx/source/tbxctrls/linectrl.cxx
+++ b/svx/source/tbxctrls/linectrl.cxx
@@ -182,7 +182,7 @@ void SvxLineStyleToolBoxControl::Update( const SfxPoolItem* pState )
-Window* SvxLineStyleToolBoxControl::CreateItemWindow( Window *pParent )
+vcl::Window* SvxLineStyleToolBoxControl::CreateItemWindow( vcl::Window *pParent )
{
return new SvxLineBox( pParent, m_xFrame );
}
@@ -243,7 +243,7 @@ void SvxLineWidthToolBoxControl::StateChanged(
-Window* SvxLineWidthToolBoxControl::CreateItemWindow( Window *pParent )
+vcl::Window* SvxLineWidthToolBoxControl::CreateItemWindow( vcl::Window *pParent )
{
return( new SvxMetricField( pParent, m_xFrame ) );
}
@@ -270,7 +270,7 @@ SvxLineEndWindow::SvxLineEndWindow(
SvxLineEndWindow::SvxLineEndWindow(
sal_uInt16 nSlotId,
const Reference< XFrame >& rFrame,
- Window* pParentWindow,
+ vcl::Window* pParentWindow,
const OUString& rWndTitle ) :
SfxPopupWindow( nSlotId,
rFrame,