From 19c3aac98f756f6a9cda44a4cc70a2a924fa85df Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sat, 25 Jun 2016 23:21:36 +0200 Subject: loplugin:singlevalfields in sw(part2) Change-Id: Ic1b186c82a6b37ae0cd8028a60e2ad09233d8e5d Reviewed-on: https://gerrit.libreoffice.org/26665 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sw/source/ui/envelp/label1.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'sw/source/ui/envelp/label1.cxx') 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(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(); }; -- cgit