diff options
Diffstat (limited to 'sc/source/ui/miscdlgs/groupdlg.cxx')
-rw-r--r-- | sc/source/ui/miscdlgs/groupdlg.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/miscdlgs/groupdlg.cxx b/sc/source/ui/miscdlgs/groupdlg.cxx index 593a63934e03..eeda6abd96d9 100644 --- a/sc/source/ui/miscdlgs/groupdlg.cxx +++ b/sc/source/ui/miscdlgs/groupdlg.cxx @@ -43,9 +43,9 @@ //================================================================== ScGroupDlg::ScGroupDlg( Window* pParent, - USHORT nResId, - BOOL bUngroup, - BOOL bRows ) : + sal_uInt16 nResId, + sal_Bool bUngroup, + sal_Bool bRows ) : ModalDialog ( pParent, ScResId( nResId ) ), // aFlFrame ( this, ScResId( FL_FRAME ) ), @@ -69,7 +69,7 @@ ScGroupDlg::ScGroupDlg( Window* pParent, //------------------------------------------------------------------------ -BOOL ScGroupDlg::GetColsChecked() const +sal_Bool ScGroupDlg::GetColsChecked() const { return aBtnCols.IsChecked(); } |