summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-11-17 10:20:49 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-11-17 14:53:22 +0000
commit639f6dcb1fdc5b1c0a6d5804324f9ff36fd989be (patch)
treec64a9292b2dc31f3773804457e8d0e02f5aaba50 /framework
parentbf5bb66fbfcb563ed4fdc0b99238fcb6239ffd9f (diff)
coverity#705177 Missing break in switch
this is the "close toolbar" button on right clicking a toolbar. close toolbar continues to work as expected Change-Id: I436fbe9f133442136b6e60a1f6080926f64eaef6
Diffstat (limited to 'framework')
-rw-r--r--framework/source/uielement/toolbarmanager.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/source/uielement/toolbarmanager.cxx b/framework/source/uielement/toolbarmanager.cxx
index 01541fcf0402..f18bc3facb52 100644
--- a/framework/source/uielement/toolbarmanager.cxx
+++ b/framework/source/uielement/toolbarmanager.cxx
@@ -1913,6 +1913,7 @@ IMPL_LINK( ToolBarManager, MenuSelect, Menu*, pMenu )
pExecuteInfo->xWindow = VCLUnoHelper::GetInterface( m_pToolBar );
Application::PostUserEvent( STATIC_LINK(0, ToolBarManager, ExecuteHdl_Impl), pExecuteInfo );
+ break;
}
default: