summaryrefslogtreecommitdiff
path: root/sc/source/ui/miscdlgs/inscldlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/miscdlgs/inscldlg.cxx')
-rw-r--r--sc/source/ui/miscdlgs/inscldlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/miscdlgs/inscldlg.cxx b/sc/source/ui/miscdlgs/inscldlg.cxx
index 3d1f338cd75c..b2f805974027 100644
--- a/sc/source/ui/miscdlgs/inscldlg.cxx
+++ b/sc/source/ui/miscdlgs/inscldlg.cxx
@@ -25,7 +25,7 @@
static sal_uInt8 nInsItemChecked=0;
-ScInsertCellDlg::ScInsertCellDlg( Window* pParent,bool bDisallowCellMove) :
+ScInsertCellDlg::ScInsertCellDlg( vcl::Window* pParent,bool bDisallowCellMove) :
ModalDialog ( pParent, "InsertCellsDialog", "modules/scalc/ui/insertcells.ui")
{
get(m_pBtnCellsDown, "down");