diff options
-rw-r--r-- | sw/source/ui/misc/pgfnote.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/ui/misc/pgfnote.cxx b/sw/source/ui/misc/pgfnote.cxx index 60add9d67454..bea294d65fa4 100644 --- a/sw/source/ui/misc/pgfnote.cxx +++ b/sw/source/ui/misc/pgfnote.cxx @@ -111,6 +111,7 @@ IMPL_LINK_NOARG(SwFootNotePage, LineColorSelected_Impl) SwFootNotePage::SwFootNotePage(Window *pParent, const SfxItemSet &rSet) : SfxTabPage(pParent, "FootnoteAreaPage", "modules/swriter/ui/footnoteareapage.ui", rSet) + , lMaxHeight(0) { get(m_pMaxHeightPageBtn, "maxheightpage"); get(m_pMaxHeightBtn, "maxheight"); |