summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/textdlgs.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/textdlgs.hxx')
-rw-r--r--sc/source/ui/inc/textdlgs.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/textdlgs.hxx b/sc/source/ui/inc/textdlgs.hxx
index dd199546695c..1bea02d2a0ea 100644
--- a/sc/source/ui/inc/textdlgs.hxx
+++ b/sc/source/ui/inc/textdlgs.hxx
@@ -33,7 +33,7 @@ private:
virtual void PageCreated(sal_uInt16 nId, SfxTabPage &rPage) SAL_OVERRIDE;
public:
- ScCharDlg(Window* pParent, const SfxItemSet* pAttr,
+ ScCharDlg(vcl::Window* pParent, const SfxItemSet* pAttr,
const SfxObjectShell* pDocShell);
};
@@ -45,7 +45,7 @@ private:
virtual void PageCreated(sal_uInt16 nId, SfxTabPage &rPage) SAL_OVERRIDE;
public:
- ScParagraphDlg(Window* pParent, const SfxItemSet* pAttr);
+ ScParagraphDlg(vcl::Window* pParent, const SfxItemSet* pAttr);
};
#endif