summaryrefslogtreecommitdiff
path: root/cui/source/inc/acccfg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/acccfg.hxx')
-rw-r--r--cui/source/inc/acccfg.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/inc/acccfg.hxx b/cui/source/inc/acccfg.hxx
index 7ece823d5b88..88d096f8425f 100644
--- a/cui/source/inc/acccfg.hxx
+++ b/cui/source/inc/acccfg.hxx
@@ -62,7 +62,7 @@ protected:
const Image&, SvLBoxButtonKind eButtonKind) SAL_OVERRIDE;
public:
- SfxAccCfgTabListBox_Impl(Window *pParent, WinBits nStyle)
+ SfxAccCfgTabListBox_Impl(vcl::Window *pParent, WinBits nStyle)
: SvTabListBox(pParent, nStyle)
, m_pAccelConfigPage(NULL)
{
@@ -170,7 +170,7 @@ private:
void CreateCustomItems( SvTreeListEntry* pEntry, const OUString& aCol1, const OUString& aCol2 );
public:
- SfxAcceleratorConfigPage( Window *pParent, const SfxItemSet& rItemSet );
+ SfxAcceleratorConfigPage( vcl::Window *pParent, const SfxItemSet& rItemSet );
virtual ~SfxAcceleratorConfigPage();
virtual bool FillItemSet( SfxItemSet* ) SAL_OVERRIDE;