From 0a61ce1c8e61cb45478ba6f28e8fdd71ce369f2c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 14 Jan 2015 16:16:32 +0200 Subject: vcl: VclPtr conversion in chart2 Change-Id: Iae82331e812836ff4c97617227d316bfe15b23df --- chart2/source/controller/dialogs/tp_SeriesToAxis.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'chart2/source/controller/dialogs/tp_SeriesToAxis.cxx') diff --git a/chart2/source/controller/dialogs/tp_SeriesToAxis.cxx b/chart2/source/controller/dialogs/tp_SeriesToAxis.cxx index 826eec3b08c8..4f4a986df57a 100644 --- a/chart2/source/controller/dialogs/tp_SeriesToAxis.cxx +++ b/chart2/source/controller/dialogs/tp_SeriesToAxis.cxx @@ -63,10 +63,6 @@ SchOptionTabPage::SchOptionTabPage(vcl::Window* pWindow,const SfxItemSet& rInAtt m_pRbtAxis2->SetClickHdl( LINK( this, SchOptionTabPage, EnableHdl )); } -SchOptionTabPage::~SchOptionTabPage() -{ -} - IMPL_LINK_NOARG(SchOptionTabPage, EnableHdl) { if( m_nAllSeriesAxisIndex == 0 ) -- cgit