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/sfx2 | |
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/sfx2')
-rw-r--r-- | include/sfx2/sidebar/Deck.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sfx2/sidebar/Deck.hxx b/include/sfx2/sidebar/Deck.hxx index 5a3dabe7804a..899ff838c74d 100644 --- a/include/sfx2/sidebar/Deck.hxx +++ b/include/sfx2/sidebar/Deck.hxx @@ -69,7 +69,6 @@ public: static void PrintWindowSubTree (vcl::Window* pRoot, int nIndentation); sal_Int32 GetMinimalWidth() const { return mnMinimalWidth; } - sal_Int32 GetMinimalHeight() const { return mnMinimalHeight; } class ScrollContainerWindow : public vcl::Window { |