diff options
-rw-r--r-- | sw/source/ui/docvw/HeaderFooterWin.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/source/ui/docvw/HeaderFooterWin.cxx b/sw/source/ui/docvw/HeaderFooterWin.cxx index 482ec7d20fbe..6b96627f3005 100644 --- a/sw/source/ui/docvw/HeaderFooterWin.cxx +++ b/sw/source/ui/docvw/HeaderFooterWin.cxx @@ -400,6 +400,8 @@ bool SwHeaderFooterWin::IsEmptyHeaderFooter( ) const SwFrmFmt* pFmt = pDesc->GetLeftFmt(); if ( GetPageFrame()->OnRightPage() ) pFmt = pDesc->GetRightFmt(); + if ( GetPageFrame()->OnFirstPage() ) + pFmt = pDesc->GetFirstFmt(); if ( pFmt ) { |