From 6b72b69be9069c829a02bc6e96da671d22aa748e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Wed, 7 Jan 2015 16:29:46 +0000 Subject: [PATCH] coverity#1261766 Uninitialized pointer field Change-Id: Ibc9f367a0fd845a647170bdfa2d44303e8048063 --- sc/source/ui/optdlg/calcoptionsdlg.hxx | 3 --- 1 file changed, 3 deletions(-) diff --git a/sc/source/ui/optdlg/calcoptionsdlg.hxx b/sc/source/ui/optdlg/calcoptionsdlg.hxx index 1ad8fcf9ca18..61c5c43d136f 100644 --- a/sc/source/ui/optdlg/calcoptionsdlg.hxx +++ b/sc/source/ui/optdlg/calcoptionsdlg.hxx @@ -74,9 +74,6 @@ private: VclMultiLineEdit* mpEditField; PushButton* mpTestButton; - ListBox* mpLbOptionEdit; - - FixedText* mpFtAnnotation; FixedText* mpFtFrequency; FixedText* mpFtComputeUnits; FixedText* mpFtMemory;