diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-02-27 22:38:11 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-02-28 10:56:59 +0000 |
commit | 34d71c5a08639f6255704be0d4a7df2b6cf6c13f (patch) | |
tree | 3b9af6eb714861bf4393333dc11d5c86dcbd758a /vcl | |
parent | 0ad02521c11369777931ce92eea799a409979cba (diff) |
callcatcher: remove newly unused methods and update list
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/vcl/button.hxx | 1 | ||||
-rw-r--r-- | vcl/source/control/button.cxx | 6 |
2 files changed, 0 insertions, 7 deletions
diff --git a/vcl/inc/vcl/button.hxx b/vcl/inc/vcl/button.hxx index 2cda341cf34f..89d4d8e3fff0 100644 --- a/vcl/inc/vcl/button.hxx +++ b/vcl/inc/vcl/button.hxx @@ -65,7 +65,6 @@ public: SAL_DLLPRIVATE void ImplSetFocusRect( const Rectangle &rFocusRect ); SAL_DLLPRIVATE const Rectangle& ImplGetFocusRect() const; SAL_DLLPRIVATE void ImplSetSymbolAlign( SymbolAlign eAlign ); - SAL_DLLPRIVATE SymbolAlign ImplGetSymbolAlign() const; SAL_DLLPRIVATE void ImplSetSmallSymbol( sal_Bool bSmall = sal_True ); SAL_DLLPRIVATE const Rectangle& ImplGetSymbolRect() const; SAL_DLLPRIVATE void ImplSetSymbolRect(const Rectangle&); diff --git a/vcl/source/control/button.cxx b/vcl/source/control/button.cxx index 2b2f3832d93e..fd8d002bdccc 100644 --- a/vcl/source/control/button.cxx +++ b/vcl/source/control/button.cxx @@ -589,12 +589,6 @@ void Button::ImplSetSymbolAlign( SymbolAlign eAlign ) } // ----------------------------------------------------------------------- -SymbolAlign Button::ImplGetSymbolAlign() const -{ - return mpButtonData->meSymbolAlign; -} - -// ----------------------------------------------------------------------- void Button::ImplSetSmallSymbol( sal_Bool bSmall ) { mpButtonData->mbSmallSymbol = bSmall; |