summaryrefslogtreecommitdiff
path: root/sc/source/ui/miscdlgs/textdlgs.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/miscdlgs/textdlgs.cxx')
-rw-r--r--sc/source/ui/miscdlgs/textdlgs.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/miscdlgs/textdlgs.cxx b/sc/source/ui/miscdlgs/textdlgs.cxx
index 1cfb3cfbb7e7..4051d3ff3761 100644
--- a/sc/source/ui/miscdlgs/textdlgs.cxx
+++ b/sc/source/ui/miscdlgs/textdlgs.cxx
@@ -31,7 +31,7 @@
#include <svl/intitem.hxx>
#include <svx/flagsdef.hxx>
-ScCharDlg::ScCharDlg( Window* pParent, const SfxItemSet* pAttr,
+ScCharDlg::ScCharDlg( vcl::Window* pParent, const SfxItemSet* pAttr,
const SfxObjectShell* pDocShell )
: SfxTabDialog(pParent, "CharDialog",
"modules/scalc/ui/chardialog.ui", pAttr)
@@ -62,7 +62,7 @@ void ScCharDlg::PageCreated( sal_uInt16 nId, SfxTabPage &rPage )
}
}
-ScParagraphDlg::ScParagraphDlg(Window* pParent, const SfxItemSet* pAttr)
+ScParagraphDlg::ScParagraphDlg(vcl::Window* pParent, const SfxItemSet* pAttr)
: SfxTabDialog(pParent, "ParagraphDialog",
"modules/scalc/ui/paradialog.ui", pAttr)
, m_nTabPageId(0)