summaryrefslogtreecommitdiff
path: root/include/svx/colrctrl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/colrctrl.hxx')
-rw-r--r--include/svx/colrctrl.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/colrctrl.hxx b/include/svx/colrctrl.hxx
index 2a1df616d24e..e4d4975e6a59 100644
--- a/include/svx/colrctrl.hxx
+++ b/include/svx/colrctrl.hxx
@@ -58,8 +58,8 @@ protected:
DECL_STATIC_LINK(SvxColorValueSet_docking, ExecDragHdl, void*);
public:
- SvxColorValueSet_docking( Window* pParent, WinBits nWinStyle = WB_ITEMBORDER );
- SvxColorValueSet_docking( Window* pParent, const ResId& rResId );
+ SvxColorValueSet_docking( vcl::Window* pParent, WinBits nWinStyle = WB_ITEMBORDER );
+ SvxColorValueSet_docking( vcl::Window* pParent, const ResId& rResId );
bool IsLeftButton() const { return mbLeftButton; }
};
@@ -102,7 +102,7 @@ protected:
public:
SvxColorDockingWindow( SfxBindings* pBindings,
SfxChildWindow *pCW,
- Window* pParent,
+ vcl::Window* pParent,
const ResId& rResId );
virtual ~SvxColorDockingWindow();