diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-06-23 09:22:04 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-06-23 10:55:47 +0100 |
commit | 493450087c6de7692478af6823841a119adf221d (patch) | |
tree | 5c0530d3b155159f434dab5ab21bba5980e03358 /svx | |
parent | a93dec5936322122df3df6b969570b4c5b07d5e1 (diff) |
coverity#1412992 Unused value
Change-Id: I37c27b69ba2be2ffcc0d961d7b4faf527a671807
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/hdft.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svx/source/dialog/hdft.cxx b/svx/source/dialog/hdft.cxx index ac1fa114b4e7..24b263019f08 100644 --- a/svx/source/dialog/hdft.cxx +++ b/svx/source/dialog/hdft.cxx @@ -828,7 +828,6 @@ void SvxHFPage::ResetBackground_Impl( const SfxItemSet& rSet ) } m_pBspWin->setFooterFillAttributes(aFooterFillAttributes); - nWhich = GetWhich(SID_ATTR_BORDER_OUTER); } } |