From 5a887bd50e99b8e274dd11e20b6fcb9f89a80570 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 29 Apr 2014 16:55:56 +0100 Subject: coverity#1210176 Uninitialized pointer field Change-Id: I14f6ef8fe0e58859f29b2ec68e5fd563c98cb199 --- cui/source/options/optlingu.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'cui/source') 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"); -- cgit v1.2.3