diff options
Diffstat (limited to 'sw/source/ui/docvw/HeaderFooterWin.cxx')
-rw-r--r-- | sw/source/ui/docvw/HeaderFooterWin.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/ui/docvw/HeaderFooterWin.cxx b/sw/source/ui/docvw/HeaderFooterWin.cxx index f3bb00ac3f90..770f1cdfeecd 100644 --- a/sw/source/ui/docvw/HeaderFooterWin.cxx +++ b/sw/source/ui/docvw/HeaderFooterWin.cxx @@ -38,6 +38,7 @@ #include <edtwin.hxx> #include <fmthdft.hxx> #include <HeaderFooterWin.hxx> +#include <pagedesc.hxx> #include <pagefrm.hxx> #include <SwRewriter.hxx> #include <view.hxx> @@ -138,7 +139,7 @@ namespace SwHeaderFooterWin::SwHeaderFooterWin( SwEditWin* pEditWin, const SwPageFrm* pPageFrm, bool bHeader ) : - MenuButton( pEditWin, WB_DIALOGCONTROL ), + MenuButton( pEditWin, WB_DIALOGCONTROL ), SwFrameControl( pEditWin, pPageFrm ), m_sLabel( ), m_bIsHeader( bHeader ), |