summaryrefslogtreecommitdiff
path: root/sc/source/ui/formdlg/dwfunctr.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-06-05 09:56:31 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-06-05 13:35:50 +0100
commitfd31c815b9ed30908d78d730c3e253ea83548cdc (patch)
treee8600701b738a2f7477734f1e592cc5cdcd9b7bb /sc/source/ui/formdlg/dwfunctr.cxx
parent4d7827cf690ba3c6d5deb8eec63ac27aa43f600f (diff)
coverity#705211 Missing break in switch
Change-Id: I5adc00ba2f711a312c42b54014c465682a54e174
Diffstat (limited to 'sc/source/ui/formdlg/dwfunctr.cxx')
-rw-r--r--sc/source/ui/formdlg/dwfunctr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/formdlg/dwfunctr.cxx b/sc/source/ui/formdlg/dwfunctr.cxx
index c59927b80223..7099fa37ea14 100644
--- a/sc/source/ui/formdlg/dwfunctr.cxx
+++ b/sc/source/ui/formdlg/dwfunctr.cxx
@@ -695,7 +695,7 @@ SfxChildAlignment ScFunctionDockWin::CheckAlignment(SfxChildAlignment /* abla */
aString += "www";
aTxtSize = Size( aFiFuncDesc.GetTextWidth(aString),
aFiFuncDesc.GetTextHeight() );
-
+ // fall-through
default: Point aTopLeft=aCatBox.GetPosPixel();
nMinWidth=aTxtSize.Width()+aTopLeft.X()
+2*aFuncList.GetPosPixel().X();