diff options
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 ); |