diff options
author | Robert Roth <robert.roth.off@gmail.com> | 2013-01-26 03:12:50 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-01-28 10:11:27 +0000 |
commit | f99e540897103b6af3bb6b6c5a36e0a77f35b706 (patch) | |
tree | b1f1daf280d06895198edfec78eefedfcfcc0a86 /cui/source/inc | |
parent | b2891c46565fa9e86099bd08c48e1dd1e2e7c48c (diff) |
New table dialog from impress and draw converted to Glade UI
Change-Id: Iedd44ae171a25d9d6599e4f44698d7458c486be6
Diffstat (limited to 'cui/source/inc')
-rw-r--r-- | cui/source/inc/cuires.hrc | 3 | ||||
-rw-r--r-- | cui/source/inc/newtabledlg.hxx | 11 |
2 files changed, 2 insertions, 12 deletions
diff --git a/cui/source/inc/cuires.hrc b/cui/source/inc/cuires.hrc index d8d9ef0b81f8..828f8b99573a 100644 --- a/cui/source/inc/cuires.hrc +++ b/cui/source/inc/cuires.hrc @@ -268,9 +268,6 @@ #define RID_SVXDLG_MULTIPATH (RID_SVX_START + 201) #define RID_MULTIPATH_DBL_ERR (RID_SVX_START + 207) -// new table dialog -#define RID_SVX_NEWTABLE_DLG ( RID_SVX_START + 44 ) - // script organizer #define RID_DLG_SCRIPTORGANIZER (RID_SVX_START + 258) #define RID_DLG_NEWLIB (RID_SVX_START + 290) diff --git a/cui/source/inc/newtabledlg.hxx b/cui/source/inc/newtabledlg.hxx index d6b9ae4eef85..6f1f56fc5308 100644 --- a/cui/source/inc/newtabledlg.hxx +++ b/cui/source/inc/newtabledlg.hxx @@ -29,15 +29,8 @@ class SvxNewTableDialog : public SvxAbstractNewTableDialog, public ModalDialog { private: - FixedText maFtColumns; - NumericField maNumColumns; - FixedText maFtRows; - NumericField maNumRows; - - FixedLine maFlSep; - HelpButton maHelpButton; - OKButton maOkButton; - CancelButton maCancelButton; + NumericField* mpNumColumns; + NumericField* mpNumRows; public: SvxNewTableDialog( Window* pWindow ); |