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

bool improvements

Change-Id: I5237197595b1b892e7720de13fc835b64470505e
üst 246630a7
...@@ -3960,7 +3960,7 @@ bool INetURLObject::operator ==(INetURLObject const & rObject) const ...@@ -3960,7 +3960,7 @@ bool INetURLObject::operator ==(INetURLObject const & rObject) const
} }
default: default:
return (aPath1 == aPath2) != false; return aPath1 == aPath2;
} }
} }
......
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