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

coverity#1304135 Missing break in switch

from

commit 0e2ef262
Date:   Thu May 21 13:58:52 2015 +0200

    tdf#88276: Add background colour toolbar and sidebar buttons

    but they do nothing yet, follow-up commit(s) add real functionality
    to them

I take it that bNeedTextSpacing = true where it used to be mpToolBoxSpacing->Enable()
so fall-through that happens anyway also sets bNeedTextSpacing so presumably
everything is ok here

Change-Id: I8f1d4137a74fcc2c7ba6959e5b5c4b1f7464643c
üst 2f779fc0
......@@ -157,7 +157,6 @@ void TextPropertyPanel::HandleContextChange (
case CombinedEnumContext(Application_Calc, Context_EditCell):
case CombinedEnumContext(Application_Calc, Context_DrawText):
bNeedTextSpacing = true;
case CombinedEnumContext(Application_WriterVariants, Context_DrawText):
case CombinedEnumContext(Application_WriterVariants, Context_Annotation):
......
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