summaryrefslogtreecommitdiff
path: root/reportdesign/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-10-18 15:27:34 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-19 08:36:31 +0000
commit1690b84015b7fa882076d6fb7d79e1959e467544 (patch)
tree20aa80fa0b6f362ae4afab067d5449a3b790c0b8 /reportdesign/inc
parent6581152f036e94f27fc2b37b4c836a1733a1a471 (diff)
loplugin:expandablemethodds in reportdesign..sal
Change-Id: Idb133e442b881d263fcb83a4858c4a08b451c0f0 Reviewed-on: https://gerrit.libreoffice.org/30032 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'reportdesign/inc')
-rw-r--r--reportdesign/inc/ReportDefinition.hxx6
1 files changed, 0 insertions, 6 deletions
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<rptui::OReportModel> getSdrModel() const;
-
static std::shared_ptr<rptui::OReportModel> getSdrModel(const css::uno::Reference< css::report::XReportDefinition >& _xReportDefinition);
private:
DECLARE_XINTERFACE( )