Kaydet (Commit) 1545a28e authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1210189 Uninitialized pointer field

Change-Id: I47707799510a20918403ee6b66f4a4c2f01f5b22
üst 01f23b8b
......@@ -710,6 +710,7 @@ IMPL_LINK_NOARG(SfxSingleTabDialog, OKHdl_Impl)
SfxSingleTabDialog::SfxSingleTabDialog(Window *pParent, const SfxItemSet& rSet,
const OString& rID, const OUString& rUIXMLDescription)
: SfxModalDialog(pParent, rID, rUIXMLDescription)
, fnGetRanges(NULL)
, pImpl(new SingleTabDlgImpl)
{
get(pOKBtn, "ok");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment