[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [calligra/calligra/2.6] plugins/textshape: six edit-table-* actions were mistakenly 2x added in the
From:       Friedrich W. H. Kossebau <friedrich () kogmbh ! com>
Date:       2013-01-09 13:58:56
Message-ID: 20130109135856.BBA04A6133 () git ! kde ! org
[Download RAW message or body]

Git commit 5401aebcec935afaeb4ca3ca638920bee52b9d60 by Friedrich W. H. Kossebau.
Committed on 09/01/2013 at 14:58.
Pushed by kossebau into branch 'calligra/2.6'.

six edit-table-* actions were mistakenly 2x added in the TextTool

M  +0    -29   plugins/textshape/TextTool.cpp

http://commits.kde.org/calligra/5401aebcec935afaeb4ca3ca638920bee52b9d60

diff --git a/plugins/textshape/TextTool.cpp b/plugins/textshape/TextTool.cpp
index 4bed236..73a25da 100644
--- a/plugins/textshape/TextTool.cpp
+++ b/plugins/textshape/TextTool.cpp
@@ -418,35 +418,6 @@ void TextTool::createActions()
     action->setToolTip(i18n("Insert Column Right"));
     addAction("insert_tablecolumn_right", action);
     connect(action, SIGNAL(triggered(bool)), this, SLOT(insertTableColumnRight()));
-    action  = new KAction(koIcon("edit-table-delete-column"), i18n("Column"), this);
-    action->setToolTip(i18n("Delete Column"));
-    addAction("delete_tablecolumn", action);
-    connect(action, SIGNAL(triggered(bool)), this, SLOT(deleteTableColumn()));
-
-    action  = new KAction(koIcon("edit-table-delete-row"), i18n("Row"), this);
-    action->setToolTip(i18n("Delete Row"));
-    addAction("delete_tablerow", action);
-    connect(action, SIGNAL(triggered(bool)), this, SLOT(deleteTableRow()));
-
-    action  = new KAction(koIcon("edit-table-insert-row-above"), i18n("Row Above"), this);
-    action->setToolTip(i18n("Insert Row Above"));
-    addAction("insert_tablerow_above", action);
-    connect(action, SIGNAL(triggered(bool)), this, SLOT(insertTableRowAbove()));
-
-    action  = new KAction(koIcon("edit-table-insert-row-below"), i18n("Row Below"), this);
-    action->setToolTip(i18n("Insert Row Below"));
-    addAction("insert_tablerow_below", action);
-    connect(action, SIGNAL(triggered(bool)), this, SLOT(insertTableRowBelow()));
-
-    action  = new KAction(koIcon("edit-table-insert-column-left"), i18n("Column Left"), this);
-    action->setToolTip(i18n("Insert Column Left"));
-    addAction("insert_tablecolumn_left", action);
-    connect(action, SIGNAL(triggered(bool)), this, SLOT(insertTableColumnLeft()));
-
-    action  = new KAction(koIcon("edit-table-insert-column-right"), i18n("Column Right"), this);
-    action->setToolTip(i18n("Insert Column Right"));
-    addAction("insert_tablecolumn_right", action);
-    connect(action, SIGNAL(triggered(bool)), this, SLOT(insertTableColumnRight()));
 
     action  = new KAction(koIcon("edit-table-delete-column"), i18n("Column"), this);
     action->setToolTip(i18n("Delete Column"));
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic