summaryrefslogtreecommitdiff
path: root/include/vcl/button.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-10-21 09:55:09 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-21 09:08:39 +0000
commitd24bc6089c13413e5d702f5606de0b8573a14f20 (patch)
tree5642375ebd7afa36f13663f5a670af4ec72cc763 /include/vcl/button.hxx
parent5d8ba798498f0c68ab2a4dbb3471b37e9c6ea2b5 (diff)
loplugin:expandablemethodds in include/vcl
Change-Id: I9ff378d9c7c9a221599c0a84df638b3acf8f069f Reviewed-on: https://gerrit.libreoffice.org/30121 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/button.hxx')
-rw-r--r--include/vcl/button.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/button.hxx b/include/vcl/button.hxx
index 6ce35fa1441b..c7976b4ce0b7 100644
--- a/include/vcl/button.hxx
+++ b/include/vcl/button.hxx
@@ -130,7 +130,6 @@ protected:
using Button::ImplGetTextStyle;
SAL_DLLPRIVATE DrawTextFlags ImplGetTextStyle( DrawFlags nDrawFlags ) const;
SAL_DLLPRIVATE bool IsSymbol() const { return ( (meSymbol != SymbolType::DONTKNOW) && (meSymbol != SymbolType::IMAGE) ); }
- SAL_DLLPRIVATE bool IsImage() const { return Button::HasImage(); }
PushButton( const PushButton & ) = delete;
PushButton& operator=( const PushButton & )