summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-04-29 16:55:56 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-04-29 17:17:52 +0100
commit5a887bd50e99b8e274dd11e20b6fcb9f89a80570 (patch)
tree40ad124fc17dd4658c3b2774b8fb00ef02f10e0d
parent0c7b73a4b1b1cbf191404f2352b46f7746f5ff10 (diff)
coverity#1210176 Uninitialized pointer field
Change-Id: I14f6ef8fe0e58859f29b2ec68e5fd563c98cb199
-rw-r--r--cui/source/options/optlingu.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/source/options/optlingu.cxx b/cui/source/options/optlingu.cxx
index a46c2eeec545..91bef1a21abf 100644
--- a/cui/source/options/optlingu.cxx
+++ b/cui/source/options/optlingu.cxx
@@ -347,6 +347,7 @@ public:
OptionsBreakSet(Window* pParent, sal_uInt16 nRID)
: ModalDialog(pParent, "BreakNumberOption",
"cui/ui/breaknumberoption.ui")
+ , m_pBreakNF(NULL)
{
get(m_pBeforeFrame, "beforeframe");
get(m_pAfterFrame, "afterframe");