summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-06-05 20:58:58 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-06-05 21:14:21 +0100
commit64df417cdb20466c823de0251ad2aa3a80833f28 (patch)
tree2b93f98cea25fb54b553e92650cee853783b62f0 /sd
parentb787ed773493b01f34e8dfb66f74da17147d82a3 (diff)
coverity#1019354 Missing break in switch, assuming intentional
Change-Id: I4dd2f68e8712a2c76797a33c54d1baf69975830f
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/view/drviews2.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/view/drviews2.cxx b/sd/source/ui/view/drviews2.cxx
index 3959c116f2a0..bd7c4bfef6fd 100644
--- a/sd/source/ui/view/drviews2.cxx
+++ b/sd/source/ui/view/drviews2.cxx
@@ -1265,6 +1265,7 @@ void DrawViewShell::FuTemporary(SfxRequest& rReq)
case SID_CAPTUREPOINT:
// negative value to signal call from menu
maMousePos = Point(-1,-1);
+ // fall-through
case SID_SET_SNAPITEM:
{
SetCurrentFunction( FuSnapLine::Create(this, GetActiveWindow(), mpDrawView, GetDoc(), rReq) );