diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-04-29 10:45:50 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-04-29 11:39:29 +0100 |
commit | 9b8fd6df0e4bba8d3104650418262b6e1e7f8b46 (patch) | |
tree | 015eb8a1395ff94f2f09a59320f7bfe2ec531a78 | |
parent | c1a55709361abcfe10fccfdd2e21580be01a57f6 (diff) |
coverity#1210201 Uninitialized pointer field
Change-Id: I94c4853524eea306dd53a7a747f94735e0be0752
-rw-r--r-- | reportdesign/source/ui/inc/PageNumber.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/reportdesign/source/ui/inc/PageNumber.hxx b/reportdesign/source/ui/inc/PageNumber.hxx index 19a1b6c65126..f90377b303f7 100644 --- a/reportdesign/source/ui/inc/PageNumber.hxx +++ b/reportdesign/source/ui/inc/PageNumber.hxx @@ -45,9 +45,6 @@ class OPageNumberDialog : public ModalDialog ListBox* m_pAlignmentLst; CheckBox* m_pShowNumberOnFirstPage; - OKButton* m_pPB_OK; - CancelButton* m_pPB_CANCEL; - HelpButton* m_pPB_Help; ::rptui::OReportController* m_pController; ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportDefinition> |