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

bool improvements

Change-Id: I989302c6774c4dd01dff3f682bd4b681fc9141df
üst 4f03eb00
......@@ -49,7 +49,7 @@ private:
void MorkDriverTest::checkAcceptsURL(Reference< XDriver> xDriver, const char* url, bool expected)
{
sal_Bool res = xDriver->acceptsURL(OUString::createFromAscii(url));
bool res = xDriver->acceptsURL(OUString::createFromAscii(url));
if (res != expected)
{
CPPUNIT_ASSERT_MESSAGE("wrong URL outcome!", 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