diff options
Diffstat (limited to 'include/vcl/button.hxx')
-rw-r--r-- | include/vcl/button.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/button.hxx b/include/vcl/button.hxx index 57e7a9b55857..bff3c8af3de9 100644 --- a/include/vcl/button.hxx +++ b/include/vcl/button.hxx @@ -76,8 +76,6 @@ public: void SetCommandHandler(const OUString& aCommand); OUString const & GetCommand() const { return maCommand; } - static OUString GetStandardText( StandardButtonType eButton ); - void SetModeImage( const Image& rImage ); Image const & GetModeImage( ) const; bool HasImage() const; |