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

loplugin:literaltoboolconversion

Change-Id: If5949c6123e2816d0e7d9fd93d3e24dfecba1a56
üst 0526048e
......@@ -701,11 +701,11 @@ void AssignmentPersistentData::Commit()
StyleSettings aSystemStyle = GetSettings().GetStyleSettings();
const ::Color& rNewColor = aSystemStyle.GetDialogColor();
m_pDatasource->SetReadOnly( sal_True );
m_pDatasource->SetReadOnly( true );
m_pDatasource->SetBackground( Wallpaper( rNewColor ) );
m_pDatasource->SetControlBackground( rNewColor );
m_pTable->SetReadOnly( sal_True );
m_pTable->SetReadOnly( true );
m_pTable->SetBackground( Wallpaper( rNewColor ) );
m_pTable->SetControlBackground( rNewColor );
......
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