summaryrefslogtreecommitdiff
path: root/sw/source/ui/misc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-05-01 09:51:39 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-05-01 17:19:49 +0100
commit4bf3cb7668a80a1482962fd3dc3d4a3da1874455 (patch)
tree1379198aeb3060ae1db05c4004bb611e92b79138 /sw/source/ui/misc
parenta182ed8479b8bb6eea27c461dc8ba85af44a08a8 (diff)
coverity#738912 Uninitialized scalar field
Change-Id: Id9b60bb33a1200f5fa6264d0801121ac9e12dc23
Diffstat (limited to 'sw/source/ui/misc')
-rw-r--r--sw/source/ui/misc/pgfnote.cxx1
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");