diff options
author | Noel <noel.grandin@collabora.co.uk> | 2021-02-23 13:17:29 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-02-23 19:02:25 +0100 |
commit | ba20fcaa257f4ce8491e4303c0e05dc5460c18fe (patch) | |
tree | 82e1e86effeac30a1ea0156eaba581ad804f302c /include | |
parent | 804dd3e3761fe94e139384c4fdf765da0256f0fd (diff) |
loplugin:unusedmethods
Change-Id: Ie0534244cc7a30ad006e65baf125c59757c90d50
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111388
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/editeng/outliner.hxx | 1 | ||||
-rw-r--r-- | include/vcl/toolkit/fixed.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/editeng/outliner.hxx b/include/editeng/outliner.hxx index 8ebea9a689e9..55d48fbd7d26 100644 --- a/include/editeng/outliner.hxx +++ b/include/editeng/outliner.hxx @@ -258,7 +258,6 @@ public: /// Informs this edit view about which view shell contains it. void RegisterViewShell(OutlinerViewShell* pViewShell); - const OutlinerViewShell* GetViewShell(); SfxItemSet GetAttribs(); diff --git a/include/vcl/toolkit/fixed.hxx b/include/vcl/toolkit/fixed.hxx index 2f170cc904c4..6fbf0c640ec1 100644 --- a/include/vcl/toolkit/fixed.hxx +++ b/include/vcl/toolkit/fixed.hxx @@ -168,7 +168,6 @@ public: void SetImage( const Image& rImage ); const Image& GetImage() const { return maImage; } - void SetModeImage( const Image& rImage ); const Image& GetModeImage( ) const { return maImage;} virtual bool set_property(const OString &rKey, const OUString &rValue) override; |