summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/chrdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/chrdlg.hxx')
-rw-r--r--sw/source/uibase/inc/chrdlg.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/uibase/inc/chrdlg.hxx b/sw/source/uibase/inc/chrdlg.hxx
index 5f4fbe7c7230..7c0520ade242 100644
--- a/sw/source/uibase/inc/chrdlg.hxx
+++ b/sw/source/uibase/inc/chrdlg.hxx
@@ -49,7 +49,7 @@ class SwCharDlg: public SfxTabDialog
sal_uInt16 m_nCharBrdId;
public:
- SwCharDlg(Window* pParent, SwView& pVw, const SfxItemSet& rCoreSet,
+ SwCharDlg(vcl::Window* pParent, SwView& pVw, const SfxItemSet& rCoreSet,
sal_uInt8 nDialogMode, const OUString* pFmtStr = 0);
virtual ~SwCharDlg();
@@ -78,11 +78,11 @@ class SwCharURLPage : public SfxTabPage
DECL_LINK(EventHdl, void *);
public:
- SwCharURLPage( Window* pParent,
+ SwCharURLPage( vcl::Window* pParent,
const SfxItemSet& rSet );
virtual ~SwCharURLPage();
- static SfxTabPage* Create( Window* pParent,
+ static SfxTabPage* Create( vcl::Window* pParent,
const SfxItemSet* rAttrSet);
virtual bool FillItemSet( SfxItemSet* rSet ) SAL_OVERRIDE;