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 f25208b8e8b9..a29191b5f11b 100644 --- a/sw/source/core/layout/layact.cxx +++ b/sw/source/core/layout/layact.cxx @@ -1026,7 +1026,7 @@ bool SwLayAction::IsShortCut( SwPageFrm *&prPage ) } } else - FormatLayout( pSh->GetOut(), prPage ); + FormatLayout( pSh ? pSh->GetOut() : 0, prPage ); if ( IsAgain() ) return false; } |