summaryrefslogtreecommitdiff
path: root/sw/source/uibase/table
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-05-19 10:31:47 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-05-23 11:55:36 +0000
commit47f62540bd2c2f107313bb0c6f141cd4460b6379 (patch)
tree61ec53ad77ba995bea7e154ed7267974c372a4a1 /sw/source/uibase/table
parentbb45874129d36f96439a45b1eb0c8c03a2956782 (diff)
loplugin:unusedmethods in sw
Change-Id: I05e224bcc7d2b08cf1349c14e3acf274d422e109 Reviewed-on: https://gerrit.libreoffice.org/25145 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sw/source/uibase/table')
-rw-r--r--sw/source/uibase/table/chartins.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/sw/source/uibase/table/chartins.cxx b/sw/source/uibase/table/chartins.cxx
index a29680e955ee..a96c78ea4e69 100644
--- a/sw/source/uibase/table/chartins.cxx
+++ b/sw/source/uibase/table/chartins.cxx
@@ -36,7 +36,6 @@
#include <swtable.hxx>
#include <tblsel.hxx>
#include <unochart.hxx>
-#include <autoedit.hxx>
#include <doc.hxx>
#include <edtwin.hxx>
@@ -245,10 +244,4 @@ void SwInsertChart(vcl::Window* pParent, SfxBindings* pBindings )
}
}
-void AutoEdit::KeyInput( const KeyEvent& rEvt )
-{
- if( rEvt.GetKeyCode().GetCode() != KEY_SPACE )
- Edit::KeyInput( rEvt );
-}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */