summaryrefslogtreecommitdiff
path: root/cui/source/options/optctl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/options/optctl.hxx')
-rw-r--r--cui/source/options/optctl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/options/optctl.hxx b/cui/source/options/optctl.hxx
index b61cf56bc3c9..3ab62ad2c09d 100644
--- a/cui/source/options/optctl.hxx
+++ b/cui/source/options/optctl.hxx
@@ -41,13 +41,13 @@ private:
DECL_LINK( SequenceCheckingCB_Hdl, void* );
- SvxCTLOptionsPage( Window* pParent, const SfxItemSet& rSet );
+ SvxCTLOptionsPage( vcl::Window* pParent, const SfxItemSet& rSet );
public:
virtual ~SvxCTLOptionsPage();
- 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;
};