summaryrefslogtreecommitdiff
path: root/svx/source/inc/fmPropBrw.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/inc/fmPropBrw.hxx')
-rw-r--r--svx/source/inc/fmPropBrw.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/inc/fmPropBrw.hxx b/svx/source/inc/fmPropBrw.hxx
index bdd5cad691ce..a092468415e0 100644
--- a/svx/source/inc/fmPropBrw.hxx
+++ b/svx/source/inc/fmPropBrw.hxx
@@ -33,7 +33,7 @@
class FmPropBrwMgr : public SfxChildWindow
{
public:
- FmPropBrwMgr(Window *pParent, sal_uInt16 nId, SfxBindings *pBindings, SfxChildWinInfo *pInfo);
+ FmPropBrwMgr(vcl::Window *pParent, sal_uInt16 nId, SfxBindings *pBindings, SfxChildWinInfo *pInfo);
SFX_DECL_CHILDWINDOW(FmPropBrwMgr);
};
@@ -79,7 +79,7 @@ public:
const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& _xORB,
SfxBindings* pBindings,
SfxChildWindow* pMgr,
- Window* pParent,
+ vcl::Window* pParent,
const SfxChildWinInfo* _pInfo
);
virtual ~FmPropBrw();