diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-05-15 16:43:56 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-05-16 09:05:08 +0200 |
commit | 8611689f0df73daeebb261b0c06c8a1727c17fe3 (patch) | |
tree | 799ae23e4aa5b19402bfcb44757495bb35db9eac /include/svx/graphctl.hxx | |
parent | 196f46db1b5dfddda6972a6b738d8b77b6c3601e (diff) |
loplugin:unusedmethods
Change-Id: I10c291788061ec8467126a0dc719e20fb3cf47ec
Reviewed-on: https://gerrit.libreoffice.org/54386
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/graphctl.hxx')
-rw-r--r-- | include/svx/graphctl.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svx/graphctl.hxx b/include/svx/graphctl.hxx index 13d323c48a93..492e3dd62987 100644 --- a/include/svx/graphctl.hxx +++ b/include/svx/graphctl.hxx @@ -142,8 +142,6 @@ public: virtual ~SvxGraphCtrl(); void SetGraphic( const Graphic& rGraphic ); - const Graphic& GetGraphic() const { return aGraphic; } - const Size& GetGraphicSize() const { return aGraphSize; } const Size& GetSize() const { return maSize; } |