summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/delcldlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/delcldlg.hxx')
-rw-r--r--sc/source/ui/inc/delcldlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/delcldlg.hxx b/sc/source/ui/inc/delcldlg.hxx
index 2898be599fe9..6683fcb81a02 100644
--- a/sc/source/ui/inc/delcldlg.hxx
+++ b/sc/source/ui/inc/delcldlg.hxx
@@ -35,7 +35,7 @@ private:
RadioButton* m_pBtnDelCols;
public:
- ScDeleteCellDlg(Window* pParent, bool bDisallowCellMove = false);
+ ScDeleteCellDlg(vcl::Window* pParent, bool bDisallowCellMove = false);
DelCellCmd GetDelCellCmd() const;
};