summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/taborder.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/taborder.hxx')
-rw-r--r--extensions/source/propctrlr/taborder.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/taborder.hxx b/extensions/source/propctrlr/taborder.hxx
index 688c5300a7c2..d70e60cce47f 100644
--- a/extensions/source/propctrlr/taborder.hxx
+++ b/extensions/source/propctrlr/taborder.hxx
@@ -46,7 +46,7 @@ namespace pcr
class TabOrderListBox : public SvTreeListBox
{
public:
- TabOrderListBox( Window* pParent, WinBits nBits );
+ TabOrderListBox( vcl::Window* pParent, WinBits nBits );
virtual ~TabOrderListBox();
void MoveSelection( long nRelPos );
@@ -95,7 +95,7 @@ namespace pcr
public:
TabOrderDialog(
- Window* _pParent,
+ vcl::Window* _pParent,
const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XTabControllerModel >& _rxTabModel,
const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlContainer >& _rxControlCont,
const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& _rxORB