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

loplugin:literaltoboolconversion

Change-Id: Iee43daf2f3c5dfe7dd1434ad63ffccc28d165cde
üst 55b09bd0
...@@ -84,8 +84,8 @@ ImplSVData::ImplSVData() ...@@ -84,8 +84,8 @@ ImplSVData::ImplSVData()
memset( this, 0, sizeof( ImplSVData ) ); memset( this, 0, sizeof( ImplSVData ) );
maHelpData.mbAutoHelpId = true; maHelpData.mbAutoHelpId = true;
maNWFData.maMenuBarHighlightTextColor = Color( COL_TRANSPARENT ); maNWFData.maMenuBarHighlightTextColor = Color( COL_TRANSPARENT );
maNWFData.mbEnableAccel = 1; maNWFData.mbEnableAccel = true;
maNWFData.mbAutoAccel = 0; maNWFData.mbAutoAccel = false;
} }
ImplSVGDIData::~ImplSVGDIData() ImplSVGDIData::~ImplSVGDIData()
......
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