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

coverity#1240266 Logically dead code

Change-Id: I97256c687c6d56beef2c3664bbba8c43f685228b
üst c7b6f073
...@@ -110,10 +110,6 @@ sal_Int64 SAL_CALL Seekable::getLength() throw( io::IOException, uno::RuntimeExc ...@@ -110,10 +110,6 @@ sal_Int64 SAL_CALL Seekable::getLength() throw( io::IOException, uno::RuntimeExc
bOk = true; bOk = true;
} }
if (!bOk)
throw io::IOException("Getting size unsupported",
static_cast< cppu::OWeakObject * >(this));
return nSize; return nSize;
} }
......
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