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

coverity#705316 Missing break in switch

Change-Id: I4f730b66e9a0ce2ce32857d5c19ed2dffeeeaf45
üst 7f694bed
...@@ -956,6 +956,7 @@ void SwAnnotationShell::StateClpbrd(SfxItemSet &rSet) ...@@ -956,6 +956,7 @@ void SwAnnotationShell::StateClpbrd(SfxItemSet &rSet)
{ {
if ( (pPostItMgr->GetActiveSidebarWin()->GetLayoutStatus()==SwPostItHelper::DELETED) || !pOLV->HasSelection() ) if ( (pPostItMgr->GetActiveSidebarWin()->GetLayoutStatus()==SwPostItHelper::DELETED) || !pOLV->HasSelection() )
rSet.DisableItem( nWhich ); rSet.DisableItem( nWhich );
break;
} }
case SID_COPY: case SID_COPY:
{ {
......
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