Kaydet (Commit) 77634c4c authored tarafından Noel Grandin's avatar Noel Grandin

loplugin:simplifybool

Change-Id: I7bb930f3b062dda9e46f517a1ea1dacb0d64de7f
üst c06108b8
......@@ -200,7 +200,7 @@ SwViewOption::SwViewOption() :
aSnapSize.Width() = aSnapSize.Height() = 567; // 1 cm
nDivisionX = nDivisionY = 1;
bSelectionInReadonly = !utl::ConfigManager::IsAvoidConfig() ? SW_MOD()->GetAccessibilityOptions().IsSelectionInReadonly() : false;
bSelectionInReadonly = !utl::ConfigManager::IsAvoidConfig() && SW_MOD()->GetAccessibilityOptions().IsSelectionInReadonly();
bIdle = true;
......
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