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

loplugin:simplifybool (--with-webdav=serf)

Change-Id: I473854cfd45a99879b8965225d3058af08061567
Reviewed-on: https://gerrit.libreoffice.org/59962
Tested-by: Jenkins
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 7b6a6568
......@@ -31,7 +31,7 @@ struct equalPropertyName
bool operator()( const css::beans::Property & p1,
const css::beans::Property & p2 ) const
{
return !!( p1.Name == p2.Name );
return p1.Name == p2.Name;
}
};
......
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