summaryrefslogtreecommitdiff
path: root/cui/source/inc/insrc.hxx
diff options
context:
space:
mode:
authorPhilipp Kaluza <floss@ghostroute.eu>2012-10-21 00:05:02 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-11-02 15:46:53 +0000
commitfb3a7529bc77211d795936a960211f147f658d8f (patch)
tree4498bfbefd4db0fa93ca56b043ab32e604991efd /cui/source/inc/insrc.hxx
parente8487c8a3f3ece74143928352e1e8a7dfb72d424 (diff)
WIP: first stab at converting the insert-row dialog
to UI format Conflicts: cui/UI_cui.mk Change-Id: I1b1888f667b31b6ca22d1eca57aeb9da7ce45b71
Diffstat (limited to 'cui/source/inc/insrc.hxx')
-rw-r--r--cui/source/inc/insrc.hxx13
1 files changed, 3 insertions, 10 deletions
diff --git a/cui/source/inc/insrc.hxx b/cui/source/inc/insrc.hxx
index 4e472d43691b..98f393f082fa 100644
--- a/cui/source/inc/insrc.hxx
+++ b/cui/source/inc/insrc.hxx
@@ -31,21 +31,14 @@
class SvxInsRowColDlg : public SvxAbstractInsRowColDlg, public ModalDialog
{
- FixedText aCount;
- NumericField aCountEdit;
- FixedLine aInsFL;
+ NumericField* m_pCountEdit;
- RadioButton aBeforeBtn;
- RadioButton aAfterBtn;
- FixedLine aPosFL;
+ RadioButton* m_pBeforeBtn;
+ RadioButton* m_pAfterBtn;
rtl::OUString aRow;
rtl::OUString aCol;
- OKButton aOKBtn;
- CancelButton aCancelBtn;
- HelpButton aHelpBtn;
-
bool bColumn;
public: