summaryrefslogtreecommitdiff
path: root/include/svx/hdft.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-04-29 11:28:02 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-04-29 11:40:27 +0100
commit17d785e97232a613f7b25473829ecd39bd27dc65 (patch)
treef5a12e5499d806b677ca0c5d79669eb70c839d2d /include/svx/hdft.hxx
parent322c3e6222142c821cc0c34cc8c6b8bbfbcc0518 (diff)
coverity#1210182 Uninitialized scalar field
Change-Id: I2611c840e572d1b46deefc5ce888721820a2bd40
Diffstat (limited to 'include/svx/hdft.hxx')
-rw-r--r--include/svx/hdft.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svx/hdft.hxx b/include/svx/hdft.hxx
index c6cd5ca4c03c..b840ada4198f 100644
--- a/include/svx/hdft.hxx
+++ b/include/svx/hdft.hxx
@@ -80,7 +80,6 @@ protected:
SfxItemSet* pBBSet;
bool bDisableQueryBox;
bool bEnableBackgroundSelector;
- bool bInReset;
void InitHandler();
DECL_LINK( TurnOnHdl, CheckBox*);