summaryrefslogtreecommitdiff
path: root/sw/source/ui/fldui/fldvar.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/fldui/fldvar.hxx')
-rw-r--r--sw/source/ui/fldui/fldvar.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/fldui/fldvar.hxx b/sw/source/ui/fldui/fldvar.hxx
index 98ebece0702e..9d1a37f0a5a9 100644
--- a/sw/source/ui/fldui/fldvar.hxx
+++ b/sw/source/ui/fldui/fldvar.hxx
@@ -40,7 +40,7 @@ class SelectionListBox : public ListBox
virtual bool PreNotify( NotifyEvent& rNEvt ) SAL_OVERRIDE;
public:
- SelectionListBox(Window* pParent, WinBits nStyle);
+ SelectionListBox(vcl::Window* pParent, WinBits nStyle);
// detect selection via Ctrl or Alt and evaluate with SelectHdl
bool IsCallAddSelection() const {return bCallAddSelection;}
@@ -90,11 +90,11 @@ protected:
virtual sal_uInt16 GetGroup() SAL_OVERRIDE;
public:
- SwFldVarPage(Window* pParent, const SfxItemSet& rSet);
+ SwFldVarPage(vcl::Window* pParent, const SfxItemSet& rSet);
virtual ~SwFldVarPage();
- static SfxTabPage* Create(Window* pParent, const SfxItemSet* rAttrSet);
+ static SfxTabPage* Create(vcl::Window* pParent, const SfxItemSet* rAttrSet);
virtual bool FillItemSet( SfxItemSet* rSet ) SAL_OVERRIDE;
virtual void Reset( const SfxItemSet* rSet ) SAL_OVERRIDE;