summaryrefslogtreecommitdiff
path: root/sw/source/ui/config
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-03-19 11:23:19 +0200
committerNoel Grandin <noel@peralex.com>2015-03-23 09:42:22 +0200
commita84c07509d9051084684987ad5ec47631afd50e5 (patch)
treeb9366fc0852114c933aed2dc2c1b9fb018bc7f20 /sw/source/ui/config
parentfd68059586246f415a5fa6637fafad1ac9293e92 (diff)
loplugin:constantfunction: sw
Change-Id: Ife8ccbe4625d87d1e3314c75604cb3d947011680
Diffstat (limited to 'sw/source/ui/config')
-rw-r--r--sw/source/ui/config/optpage.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/sw/source/ui/config/optpage.cxx b/sw/source/ui/config/optpage.cxx
index 2039c2f8cdf7..ae130f3514c2 100644
--- a/sw/source/ui/config/optpage.cxx
+++ b/sw/source/ui/config/optpage.cxx
@@ -315,8 +315,6 @@ SwAddPrinterTabPage::SwAddPrinterTabPage(vcl::Window* pParent,
get(m_pPaperFromSetupCB, "papertray");
get(m_pFaxLB, "fax");
- Init();
-
Link aLk = LINK( this, SwAddPrinterTabPage, AutoClickHdl);
m_pGrfCB->SetClickHdl( aLk );
m_pRightPageCB->SetClickHdl( aLk );
@@ -448,11 +446,6 @@ void SwAddPrinterTabPage::Reset( const SfxItemSet* )
m_pProspectCB_RTL->Enable( false );
}
-void SwAddPrinterTabPage::Init()
-{
-
-}
-
IMPL_LINK_NOARG_INLINE_START(SwAddPrinterTabPage, AutoClickHdl)
{
bAttrModified = true;