summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/source/core/unocore/unorefmk.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/unocore/unorefmk.cxx b/sw/source/core/unocore/unorefmk.cxx
index 52e34cd9afd0..5dccc5370596 100644
--- a/sw/source/core/unocore/unorefmk.cxx
+++ b/sw/source/core/unocore/unorefmk.cxx
@@ -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(