summaryrefslogtreecommitdiff
path: root/sw/source/ui/envelp/label1.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-06-25 23:21:36 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-06-27 05:22:29 +0000
commit19c3aac98f756f6a9cda44a4cc70a2a924fa85df (patch)
treecb0e1c7f3ad06819b8b96eb6ae434b73f04785c8 /sw/source/ui/envelp/label1.cxx
parent1bf97d99e7529f1a69688522ac271636059a3391 (diff)
loplugin:singlevalfields in sw(part2)
Change-Id: Ic1b186c82a6b37ae0cd8028a60e2ad09233d8e5d Reviewed-on: https://gerrit.libreoffice.org/26665 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sw/source/ui/envelp/label1.cxx')
-rw-r--r--sw/source/ui/envelp/label1.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/ui/envelp/label1.cxx b/sw/source/ui/envelp/label1.cxx
index d7d67aa0da57..70ac152f280f 100644
--- a/sw/source/ui/envelp/label1.cxx
+++ b/sw/source/ui/envelp/label1.cxx
@@ -235,7 +235,6 @@ SwLabPage::SwLabPage(vcl::Window* pParent, const SfxItemSet& rSet)
"modules/swriter/ui/cardmediumpage.ui", &rSet)
, pDBManager(nullptr)
, aItem(static_cast<const SwLabItem&>(rSet.Get(FN_LABEL)))
- , m_bLabel(false)
{
WaitObject aWait( pParent );
@@ -321,7 +320,6 @@ void SwLabPage::SetToBusinessCard()
m_pSheetButton->SetHelpId(HID_BUSINESS_FMT_PAGE_SHEET);
m_pMakeBox->SetHelpId(HID_BUSINESS_FMT_PAGE_BRAND);
m_pTypeBox->SetHelpId(HID_BUSINESS_FMT_PAGE_TYPE);
- m_bLabel = false;
m_pAddressFrame->Hide();
};