summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/groupdlg.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-06-11 13:19:51 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-06-11 13:36:40 +0100
commitf741d948b6910622d199e8d14ca1e3ecd7475156 (patch)
tree35cdc4b0358c491eae02e4dcef5b03fef95e069f /sc/source/ui/inc/groupdlg.hxx
parentda51ed67eee723843f2a4cb0f67eef0d386fe111 (diff)
split group dialog into group and ungroup dialogs
Change-Id: If9f8e8a47bd8ce0207b7dec8470375d5fa48f6cd
Diffstat (limited to 'sc/source/ui/inc/groupdlg.hxx')
-rw-r--r--sc/source/ui/inc/groupdlg.hxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/sc/source/ui/inc/groupdlg.hxx b/sc/source/ui/inc/groupdlg.hxx
index 538d60112537..66806dee5552 100644
--- a/sc/source/ui/inc/groupdlg.hxx
+++ b/sc/source/ui/inc/groupdlg.hxx
@@ -30,15 +30,12 @@
class ScGroupDlg : public ModalDialog
{
public:
- ScGroupDlg( Window* pParent,
- sal_Bool bUnGroup = false,
- sal_Bool bRows = sal_True );
- ~ScGroupDlg();
+ ScGroupDlg(Window* pParent, bool bUnGroup = false, bool bRows = true);
+ ~ScGroupDlg();
- sal_Bool GetColsChecked() const;
+ bool GetColsChecked() const;
private:
- FixedText* m_pFtLabel;
RadioButton* m_pBtnRows;
RadioButton* m_pBtnCols;
};