Kaydet (Commit) 0b1f4248 authored tarafından Caolán McNamara's avatar Caolán McNamara

WaE: logically last test always passes

üst 19e246e8
......@@ -964,8 +964,7 @@ public:
*/
OUString copy( sal_Int32 beginIndex, sal_Int32 count ) const SAL_THROW(())
{
OSL_ASSERT(beginIndex >= 0 && beginIndex <= getLength()
&& count >= 0 && count <= getLength() - beginIndex);
OSL_ASSERT(beginIndex >= 0 && beginIndex <= getLength() && count >= 0);
if ( (beginIndex == 0) && (count == getLength()) )
return *this;
else
......
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