Kaydet (Commit) 1f6e56ab authored tarafından Pavel Janík's avatar Pavel Janík

Simplify the code and remove warning in debug build.

üst 0452563c
......@@ -210,15 +210,15 @@ RDFaReader::ReadCURIE(::rtl::OUString const & i_rCURIE) const
else
{
OSL_TRACE( "ReadCURIE: invalid CURIE: invalid prefix" );
return ::rtl::OUString();
}
}
}
else
{
OSL_TRACE( "ReadCURIE: invalid CURIE: no prefix" );
return ::rtl::OUString();
}
return ::rtl::OUString();
}
::std::vector< ::rtl::OUString >
......
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