Kaydet (Commit) c45f9bc4 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:redundantcast: forms

(after a to-be-committed improved loplugin:cstylecast would have rewritten the
C-style casts into static_casts)

Change-Id: Ife5e10c33c8e6abefd303445b8820c0d6f2d3307
üst 70a2cfc0
...@@ -92,7 +92,7 @@ namespace frm ...@@ -92,7 +92,7 @@ namespace frm
break; break;
case PROPERTY_ID_FONT_WEIGHT: case PROPERTY_ID_FONT_WEIGHT:
aValue <<= (float)_rFont.Weight; aValue <<= _rFont.Weight;
break; break;
case PROPERTY_ID_FONT_SLANT: case PROPERTY_ID_FONT_SLANT:
......
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