summaryrefslogtreecommitdiff
path: root/include/svx/sidebar/ValueSetWithTextControl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/sidebar/ValueSetWithTextControl.hxx')
-rw-r--r--include/svx/sidebar/ValueSetWithTextControl.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/sidebar/ValueSetWithTextControl.hxx b/include/svx/sidebar/ValueSetWithTextControl.hxx
index 5542e2bac2cb..4cb6fbd9c5bc 100644
--- a/include/svx/sidebar/ValueSetWithTextControl.hxx
+++ b/include/svx/sidebar/ValueSetWithTextControl.hxx
@@ -65,7 +65,7 @@ public:
ValueSetWithTextControl(
const tControlType eControlType,
- Window* pParent,
+ vcl::Window* pParent,
const ResId& rResId);
virtual ~ValueSetWithTextControl(void);
@@ -129,7 +129,7 @@ class SVX_DLLPUBLIC SvxNumValueSet2 : public ValueSet
public:
- SvxNumValueSet2( Window* pParent, const ResId& rResId);
+ SvxNumValueSet2( vcl::Window* pParent, const ResId& rResId);
virtual ~SvxNumValueSet2();
virtual void UserDraw( const UserDrawEvent& rUDEvt ) SAL_OVERRIDE;
@@ -146,7 +146,7 @@ class SVX_DLLPUBLIC SvxNumValueSet2 : public ValueSet
class SVX_DLLPUBLIC SvxNumValueSet3 : public ValueSet
{
public:
- SvxNumValueSet3( Window* pParent, const ResId& rResId);
+ SvxNumValueSet3( vcl::Window* pParent, const ResId& rResId);
virtual ~SvxNumValueSet3();
virtual void UserDraw( const UserDrawEvent& rUDEvt ) SAL_OVERRIDE;