summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/edtwin.hxx
diff options
context:
space:
mode:
authorheiko tietze <tietze.heiko@gmail.com>2018-03-26 13:08:54 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2018-04-04 10:05:08 +0200
commit2d5ce0e1b233c83f91481cd6b9306ac8de7f5ff8 (patch)
treeac089144cf17e3d494fb3cdd4b2da758dadad44b /sw/source/uibase/inc/edtwin.hxx
parentfd6c82b3e1669cf696cb97c139b436a8df2547c5 (diff)
tdf#116452 Remove "3 seconds to add/delete col/row" functions
key events and timer removed Change-Id: I1fd1f907400eb5abbdaccbb101aa7491ec23048a Reviewed-on: https://gerrit.libreoffice.org/51872 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sw/source/uibase/inc/edtwin.hxx')
-rw-r--r--sw/source/uibase/inc/edtwin.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/sw/source/uibase/inc/edtwin.hxx b/sw/source/uibase/inc/edtwin.hxx
index ee00d4e95371..091b787d3a3c 100644
--- a/sw/source/uibase/inc/edtwin.hxx
+++ b/sw/source/uibase/inc/edtwin.hxx
@@ -72,8 +72,6 @@ class SwEditWin final : public vcl::Window,
* regularly.
*/
AutoTimer m_aTimer;
- // timer for overlapping KeyInputs (e.g. for tables)
- Timer m_aKeyInputTimer;
// timer for ANY-KeyInput question without a following KeyInputEvent
Timer m_aKeyInputFlushTimer;
@@ -113,8 +111,6 @@ class SwEditWin final : public vcl::Window,
m_bIsInDrag : 1, // don't execute StartExecuteDrag twice
m_bOldIdle : 1, // to stop to idle
m_bOldIdleSet : 1, // during QeueryDrop
- m_bTableInsDelMode : 1,
- m_bTableIsInsMode : 1,
m_bChainMode : 1, // connect frames
m_bWasShdwCursor : 1, // ShadowCursor was on in MouseButtonDown
m_bLockInput : 1, // lock while calc panel is active
@@ -164,9 +160,6 @@ class SwEditWin final : public vcl::Window,
// timer for ANY-KeyInut question without a following KeyInputEvent
DECL_LINK( KeyInputFlushHandler, Timer *, void );
- // timer for overlapping KeyInputs (e.g. for tables)
- DECL_LINK( KeyInputTimerHandler, Timer *, void );
-
// timer for ApplyTemplates via mouse (in disguise Drag&Drop)
DECL_LINK( TemplateTimerHdl, Timer *, void );