summaryrefslogtreecommitdiff
path: root/cui/source/options/optbasic.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/options/optbasic.hxx')
-rw-r--r--cui/source/options/optbasic.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/options/optbasic.hxx b/cui/source/options/optbasic.hxx
index a843a4eb4925..5b1959d9f5a6 100644
--- a/cui/source/options/optbasic.hxx
+++ b/cui/source/options/optbasic.hxx
@@ -37,10 +37,10 @@ private:
void LoadConfig();
public:
- SvxBasicIDEOptionsPage( Window* pParent, const SfxItemSet& rSet );
+ SvxBasicIDEOptionsPage( vcl::Window* pParent, const SfxItemSet& rSet );
virtual ~SvxBasicIDEOptionsPage();
- static SfxTabPage* Create( Window* pParent, const SfxItemSet* rSet );
+ static SfxTabPage* Create( vcl::Window* pParent, const SfxItemSet* rSet );
virtual bool FillItemSet( SfxItemSet* rSet ) SAL_OVERRIDE;
virtual void Reset( const SfxItemSet* rSet ) SAL_OVERRIDE;
virtual void FillUserData() SAL_OVERRIDE;