From 3e82897353e576dc6e3fbf55371fda5a0c3415df Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 12 Jun 2014 14:06:28 +0200 Subject: improve the inlinesimplememberfunctions clang plugin Change-Id: I6d5a952901648e01904ef5c37f953c517304d31e --- chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx | 8 -------- 1 file changed, 8 deletions(-) (limited to 'chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx') diff --git a/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx b/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx index cac76fe74958..2fbe179450f4 100644 --- a/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx +++ b/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx @@ -1035,15 +1035,7 @@ void ChartDocumentWrapper::setBaseDiagram( const OUString& rBaseDiagram ) this->setDiagram( xDiagram ); } -OUString ChartDocumentWrapper::getBaseDiagram() const -{ - return m_aBaseDiagram; -} -Reference< util::XRefreshable > ChartDocumentWrapper::getAddIn() const -{ - return m_xAddIn; -} void ChartDocumentWrapper::setAddIn( const Reference< util::XRefreshable >& xAddIn ) { -- cgit