Kaydet (Commit) f7a22695 authored tarafından Julien Nabet's avatar Julien Nabet

coverity#704364 Logically dead code

Change-Id: Ic02afc5db3fd661dfc462f7528cffcfa07fe6e04
üst b5d30295
......@@ -1017,7 +1017,7 @@ throw (lang::IllegalArgumentException, uno::RuntimeException)
}
SwDoc * const pDoc(
pRange ? pRange->GetDoc() : pCursor ? pCursor->GetDoc() : 0 );
pRange ? pRange->GetDoc() : pCursor->GetDoc());
if (!pDoc)
{
throw lang::IllegalArgumentException(
......
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