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

coverity#705211 Missing break in switch

Change-Id: I5adc00ba2f711a312c42b54014c465682a54e174
üst 4d7827cf
......@@ -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();
......
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