summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdetc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/svdetc.cxx')
-rw-r--r--svx/source/svdraw/svdetc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdetc.cxx b/svx/source/svdraw/svdetc.cxx
index e0007cb0dec1..04ff43de6f86 100644
--- a/svx/source/svdraw/svdetc.cxx
+++ b/svx/source/svdraw/svdetc.cxx
@@ -634,7 +634,7 @@ namespace
return false;
bool bRet(false);
- bool bMaster(rList.GetPage() ? rList.GetPage()->IsMasterPage() : false);
+ bool bMaster(rList.GetPage() && rList.GetPage()->IsMasterPage());
for(sal_uIntPtr no(rList.GetObjCount()); !bRet && no > 0; )
{