summaryrefslogtreecommitdiff
path: root/svx/source/sidebar/tools/ValueSetWithTextControl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sidebar/tools/ValueSetWithTextControl.cxx')
-rw-r--r--svx/source/sidebar/tools/ValueSetWithTextControl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/sidebar/tools/ValueSetWithTextControl.cxx b/svx/source/sidebar/tools/ValueSetWithTextControl.cxx
index 793fc4fd0ba1..7712e625c55f 100644
--- a/svx/source/sidebar/tools/ValueSetWithTextControl.cxx
+++ b/svx/source/sidebar/tools/ValueSetWithTextControl.cxx
@@ -70,7 +70,7 @@ static vcl::Font& lcl_GetDefaultBulletFont()
ValueSetWithTextControl::ValueSetWithTextControl(
const tControlType eControlType,
- Window* pParent,
+ vcl::Window* pParent,
const ResId& rResId)
: ValueSet( pParent, rResId )
, meControlType( eControlType )
@@ -270,7 +270,7 @@ void ValueSetWithTextControl::UserDraw( const UserDrawEvent& rUDEvt )
pDev->Pop();
}
-SvxNumValueSet2::SvxNumValueSet2( Window* pParent, const ResId& rResId) :
+SvxNumValueSet2::SvxNumValueSet2( vcl::Window* pParent, const ResId& rResId) :
ValueSet( pParent, rResId ),
aLineColor ( COL_LIGHTGRAY ),
pVDev ( NULL )
@@ -424,7 +424,7 @@ void SvxNumValueSet2::UserDraw( const UserDrawEvent& rUDEvt )
-SvxNumValueSet3::SvxNumValueSet3( Window* pParent, const ResId& rResId) :
+SvxNumValueSet3::SvxNumValueSet3( vcl::Window* pParent, const ResId& rResId) :
ValueSet( pParent, rResId )
{
SetColCount( 3 );