diff options
Diffstat (limited to 'sc/source/ui/inc/delcldlg.hxx')
-rw-r--r-- | sc/source/ui/inc/delcldlg.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/delcldlg.hxx b/sc/source/ui/inc/delcldlg.hxx index e1bbcc0f9b59..59cb84e5f3a7 100644 --- a/sc/source/ui/inc/delcldlg.hxx +++ b/sc/source/ui/inc/delcldlg.hxx @@ -31,7 +31,7 @@ #include <vcl/dialog.hxx> -#include <vcl/imagebtn.hxx> +#include <vcl/button.hxx> #include <vcl/fixed.hxx> @@ -53,7 +53,7 @@ private: public: - ScDeleteCellDlg( Window* pParent, BOOL bDisallowCellMove = FALSE ); + ScDeleteCellDlg( Window* pParent, sal_Bool bDisallowCellMove = false ); ~ScDeleteCellDlg(); DelCellCmd GetDelCellCmd() const; |