diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-06-11 13:19:51 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-06-11 13:36:40 +0100 |
commit | f741d948b6910622d199e8d14ca1e3ecd7475156 (patch) | |
tree | 35cdc4b0358c491eae02e4dcef5b03fef95e069f /sc/inc/scabstdlg.hxx | |
parent | da51ed67eee723843f2a4cb0f67eef0d386fe111 (diff) |
split group dialog into group and ungroup dialogs
Change-Id: If9f8e8a47bd8ce0207b7dec8470375d5fa48f6cd
Diffstat (limited to 'sc/inc/scabstdlg.hxx')
-rw-r--r-- | sc/inc/scabstdlg.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sc/inc/scabstdlg.hxx b/sc/inc/scabstdlg.hxx index a041451ab872..ce4579979527 100644 --- a/sc/inc/scabstdlg.hxx +++ b/sc/inc/scabstdlg.hxx @@ -385,9 +385,8 @@ public: int nId) = 0; virtual AbstractScGroupDlg * CreateAbstractScGroupDlg( Window* pParent, //add for ScGroupDlg - int nId, - sal_Bool bUnGroup = false, - sal_Bool bRows = sal_True ) = 0; + bool bUnGroup = false, + bool bRows = true ) = 0; virtual AbstractScInsertCellDlg * CreateScInsertCellDlg( Window* pParent, //add for ScInsertCellDlg int nId, |