diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-08-17 09:55:42 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-08-17 20:42:31 +0200 |
commit | 7990680e92e4fba376ef4f9346d1bc53661bde30 (patch) | |
tree | fa9e798d4769cde3e7203f8837603fa8e7736fe6 /include/oox/ole/axcontrol.hxx | |
parent | 7d3041beb90de4f3495addf139463860049740fb (diff) |
loplugin:unusedmethods
Change-Id: I781a514787c83063dadd549ee043bbb264eee060
Reviewed-on: https://gerrit.libreoffice.org/77619
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/oox/ole/axcontrol.hxx')
-rw-r--r-- | include/oox/ole/axcontrol.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/oox/ole/axcontrol.hxx b/include/oox/ole/axcontrol.hxx index 968360a5b39b..b53988e2f908 100644 --- a/include/oox/ole/axcontrol.hxx +++ b/include/oox/ole/axcontrol.hxx @@ -334,8 +334,6 @@ public: PropertySet const & rPropSet, sal_Int32& nOrientation ); - const css::uno::Reference<css::frame::XModel> GetDocModel() const { return mxDocModel; } - private: css::uno::Reference< css::frame::XModel > mxDocModel; const GraphicHelper& mrGraphicHelper; |