summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-07-17 14:32:41 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-07-17 15:20:48 +0100
commite5a17569366188420394fd9461c821c0d83e98e7 (patch)
treebb21299d8dd9f0fbd276d720f5b1d0c7c0c53a0c /sw
parent9cde33eba193f23cf501acb108992bfcc5c16f52 (diff)
ignore long press after all in writer
it appears on a long press on anything not just the document, e.g. on scrollbars etc, which isn't that useful after all Change-Id: Ic6ccacecdad5db100d2f2768ad6b7ce5e36b80a3
Diffstat (limited to 'sw')
-rw-r--r--sw/source/uibase/docvw/edtwin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/docvw/edtwin.cxx b/sw/source/uibase/docvw/edtwin.cxx
index 510518e0cdb2..1ca2bf911178 100644
--- a/sw/source/uibase/docvw/edtwin.cxx
+++ b/sw/source/uibase/docvw/edtwin.cxx
@@ -5123,7 +5123,6 @@ void SwEditWin::Command( const CommandEvent& rCEvt )
switch ( rCEvt.GetCommand() )
{
case CommandEventId::ContextMenu:
- case CommandEventId::LongPress:
{
const sal_uInt16 nId = SwInputChild::GetChildWindowId();
SwInputChild* pChildWin = static_cast<SwInputChild*>(GetView().GetViewFrame()->
@@ -5208,6 +5207,7 @@ void SwEditWin::Command( const CommandEvent& rCEvt )
bCallBase = !m_rView.HandleWheelCommands( rCEvt );
break;
+ case CommandEventId::LongPress:
case CommandEventId::Swipe: //nothing yet
break;