diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-08-26 13:47:34 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-08-26 20:48:57 +0200 |
commit | 205c47443ea43341cacec52acbe53a470f41acc6 (patch) | |
tree | 5a9cf627ccb86c6d52250f041542d4fcddc83d73 /include/oox/ole | |
parent | 3f820a5638b84bd66c9a58172f1c812b54e6f9da (diff) |
loplugin:unusedmethods
Change-Id: I9d1abe62e7e0ae3434e0b2d440d6ccf0435e97cc
Reviewed-on: https://gerrit.libreoffice.org/78131
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/oox/ole')
-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 d1d47459bdb8..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; |