Kaydet (Commit) 64df417c authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1019354 Missing break in switch, assuming intentional

Change-Id: I4dd2f68e8712a2c76797a33c54d1baf69975830f
üst b787ed77
...@@ -1265,6 +1265,7 @@ void DrawViewShell::FuTemporary(SfxRequest& rReq) ...@@ -1265,6 +1265,7 @@ void DrawViewShell::FuTemporary(SfxRequest& rReq)
case SID_CAPTUREPOINT: case SID_CAPTUREPOINT:
// negative value to signal call from menu // negative value to signal call from menu
maMousePos = Point(-1,-1); maMousePos = Point(-1,-1);
// fall-through
case SID_SET_SNAPITEM: case SID_SET_SNAPITEM:
{ {
SetCurrentFunction( FuSnapLine::Create(this, GetActiveWindow(), mpDrawView, GetDoc(), rReq) ); SetCurrentFunction( FuSnapLine::Create(this, GetActiveWindow(), mpDrawView, GetDoc(), rReq) );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment