summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/tabpages.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/tabpages.hxx')
-rw-r--r--sc/source/ui/inc/tabpages.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/tabpages.hxx b/sc/source/ui/inc/tabpages.hxx
index 5f8087506785..e13b70def98b 100644
--- a/sc/source/ui/inc/tabpages.hxx
+++ b/sc/source/ui/inc/tabpages.hxx
@@ -27,7 +27,7 @@
class ScTabPageProtection : public SfxTabPage
{
public:
- static SfxTabPage* Create ( Window* pParent,
+ static SfxTabPage* Create ( vcl::Window* pParent,
const SfxItemSet* rAttrSet );
static const sal_uInt16* GetRanges ();
virtual bool FillItemSet ( SfxItemSet* rCoreAttrs ) SAL_OVERRIDE;
@@ -38,7 +38,7 @@ protected:
virtual int DeactivatePage ( SfxItemSet* pSet = NULL ) SAL_OVERRIDE;
private:
- ScTabPageProtection( Window* pParent,
+ ScTabPageProtection( vcl::Window* pParent,
const SfxItemSet& rCoreAttrs );
private:
TriStateBox* m_pBtnHideCell;