diff options
author | Joseph Powers <jpowers27@cox.net> | 2011-08-03 06:54:10 -0700 |
---|---|---|
committer | Joseph Powers <jpowers27@cox.net> | 2011-08-03 06:54:10 -0700 |
commit | 91049237ff50a73292a84834c6dfe52f28ec5532 (patch) | |
tree | 339c3e542f8937f377bdfcd99bef6b65d34e6034 /vcl/inc | |
parent | b0d68ad8bbffc61bb7f8b9a2a16afca0ac754b7b (diff) |
unusedcode.easy: Removed some members.
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/vcl/menu.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/vcl/inc/vcl/menu.hxx b/vcl/inc/vcl/menu.hxx index e162e8ea0831..daf57639e18f 100644 --- a/vcl/inc/vcl/menu.hxx +++ b/vcl/inc/vcl/menu.hxx @@ -409,9 +409,7 @@ public: void ShowCloser( sal_Bool bShow = sal_True ); sal_Bool HasCloser() const { return mbCloserVisible; } - void ShowFloatButton( sal_Bool bShow = sal_True ); sal_Bool HasFloatButton() const { return mbFloatBtnVisible; } - void ShowHideButton( sal_Bool bShow = sal_True ); sal_Bool HasHideButton() const { return mbHideBtnVisible; } void ShowButtons( sal_Bool bClose, sal_Bool bFloat, sal_Bool bHide ); @@ -444,9 +442,6 @@ public: }; // add an arbitrary button to the menubar (will appear next to closer) // passed link will be call with a MenuBarButtonCallbackArg on press - sal_uInt16 AddMenuBarButton( const Image&, const Link&, sal_uInt16 nPos = 0 ); - // add an arbitrary button to the menubar (will appear next to closer) - // passed link will be call with a MenuBarButtonCallbackArg on press // passed string will be set as tooltip sal_uInt16 AddMenuBarButton( const Image&, const Link&, const String&, sal_uInt16 nPos = 0 ); // set the highlight link for additional button with ID nId |