diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/layout/layact.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/layout/layact.cxx b/sw/source/core/layout/layact.cxx index f48061b1ca4f..a7c5036b5774 100644 --- a/sw/source/core/layout/layact.cxx +++ b/sw/source/core/layout/layact.cxx @@ -2390,7 +2390,7 @@ SwLayIdle::SwLayIdle( SwRootFrm *pRt, SwViewImp *pI ) : bActions |= aTmp != pSh->VisArea(); if ( aTmp == pSh->VisArea() && pSh->ISA(SwCrsrShell) ) { - bActions |= aBools[nBoolIdx] != + bActions |= ((sal_Bool) aBools[nBoolIdx]) != static_cast<SwCrsrShell*>(pSh)->GetCharRect().IsOver( pSh->VisArea() ); } } |