From 1690b84015b7fa882076d6fb7d79e1959e467544 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 18 Oct 2016 15:27:34 +0200 Subject: loplugin:expandablemethodds in reportdesign..sal Change-Id: Idb133e442b881d263fcb83a4858c4a08b451c0f0 Reviewed-on: https://gerrit.libreoffice.org/30032 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- reportdesign/inc/ReportDefinition.hxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'reportdesign/inc') diff --git a/reportdesign/inc/ReportDefinition.hxx b/reportdesign/inc/ReportDefinition.hxx index daad8704918f..5235ae008225 100644 --- a/reportdesign/inc/ReportDefinition.hxx +++ b/reportdesign/inc/ReportDefinition.hxx @@ -184,12 +184,6 @@ namespace reportdesign css::uno::Reference< css::uno::XComponentContext > getContext(); - /** return the SdrModel of the real model - * - * \return - */ - std::shared_ptr getSdrModel() const; - static std::shared_ptr getSdrModel(const css::uno::Reference< css::report::XReportDefinition >& _xReportDefinition); private: DECLARE_XINTERFACE( ) -- cgit