diff options
Diffstat (limited to 'sc/source/ui/inc/inscldlg.hxx')
-rw-r--r-- | sc/source/ui/inc/inscldlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/inscldlg.hxx b/sc/source/ui/inc/inscldlg.hxx index 39b4d3fab705..cd7a4b59b549 100644 --- a/sc/source/ui/inc/inscldlg.hxx +++ b/sc/source/ui/inc/inscldlg.hxx @@ -36,7 +36,7 @@ private: RadioButton* m_pBtnInsCol; public: - ScInsertCellDlg( Window* pParent,sal_Bool bDisallowCellMove = false ); + ScInsertCellDlg( Window* pParent,bool bDisallowCellMove = false ); virtual ~ScInsertCellDlg(); InsCellCmd GetInsCellCmd() const; |