summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-09-04 16:49:42 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-09-28 08:48:44 +0100
commitbc347f9f247e141b7377a531a966da076dcd2351 (patch)
tree9baaa81a80f74b31b445a447bbe4908d41e5632c /sw/inc
parent0553a0b10267f824100fa5a9c2aa0d5749a46868 (diff)
Drop .src layout for inserttable and use Gokul's .ui
Change-Id: Ibc09a1d208720607944f24139eaf45e62699e69e
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/swabstdlg.hxx3
-rw-r--r--sw/inc/swcommands.h1
2 files changed, 1 insertions, 3 deletions
diff --git a/sw/inc/swabstdlg.hxx b/sw/inc/swabstdlg.hxx
index e8b10df1c8b9..6a12c7c3fb79 100644
--- a/sw/inc/swabstdlg.hxx
+++ b/sw/inc/swabstdlg.hxx
@@ -447,8 +447,7 @@ public:
SwView& rView, sal_Bool bCol = sal_False ) = 0; //add for SwInsRowColDlg, SwLineNumberingDlg
virtual AbstractInsertGrfRulerDlg* CreateInsertGrfRulerDlg( int nResId,
Window * pParent ) = 0; //add for SwInsertGrfRulerDlg
- virtual AbstractInsTableDlg* CreateInsTableDlg( int nResId,
- SwView& rView ) = 0; //add for SwInsTableDlg
+ virtual AbstractInsTableDlg* CreateInsTableDlg(SwView& rView) = 0; //add for SwInsTableDlg
virtual AbstractJavaEditDialog* CreateJavaEditDialog( int nResId,
Window* pParent, SwWrtShell* pWrtSh ) = 0; //add for SwJavaEditDialog
virtual AbstractMailMergeDlg* CreateMailMergeDlg( int nResId,
diff --git a/sw/inc/swcommands.h b/sw/inc/swcommands.h
index 85a94eb87c49..74a93ad512ad 100644
--- a/sw/inc/swcommands.h
+++ b/sw/inc/swcommands.h
@@ -61,7 +61,6 @@
#define CMD_FN_INSERT_FLD_PGCOUNT ".uno:InsertPageCountField"
#define CMD_FN_INSERT_FLD_PGNUMBER ".uno:InsertPageNumberField"
#define CMD_FN_TABLE_INSERT_ROW_DLG ".uno:InsertRowDialog"
-#define CMD_FN_INSERT_TABLE ".uno:InsertTable"
#define CMD_FN_INSERT_FLD_TIME ".uno:InsertTimeField"
#define CMD_FN_INSERT_FLD_TITLE ".uno:InsertTitleField"
#define CMD_FN_INSERT_FLD_TOPIC ".uno:InsertTopicField"