diff options
author | August Sodora <augsod@gmail.com> | 2011-12-22 15:47:08 -0500 |
---|---|---|
committer | August Sodora <augsod@gmail.com> | 2011-12-22 19:55:51 -0500 |
commit | 0c181a33c9bdcaad9ee2d354ebed9c780120851d (patch) | |
tree | 7b6ba19241e1b8c275f0d1d522915b3fe5aaf550 /vcl/inc/brdwin.hxx | |
parent | 84897d4b3b2a0e4719b00fb06abb8c04e3c20c24 (diff) |
callcatcher: Remove unused code
Diffstat (limited to 'vcl/inc/brdwin.hxx')
-rw-r--r-- | vcl/inc/brdwin.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/inc/brdwin.hxx b/vcl/inc/brdwin.hxx index e6374ea032f5..d7e21d0ac70f 100644 --- a/vcl/inc/brdwin.hxx +++ b/vcl/inc/brdwin.hxx @@ -141,9 +141,6 @@ public: sal_uInt16 nTypeStyle = 0 ); ImplBorderWindow( Window* pParent, WinBits nStyle = 0, sal_uInt16 nTypeStyle = 0 ); - ImplBorderWindow( Window* pParent, - WinBits nStyle, sal_uInt16 nTypeStyle, - const ::com::sun::star::uno::Any& ); ~ImplBorderWindow(); virtual void MouseMove( const MouseEvent& rMEvt ); @@ -174,7 +171,6 @@ public: void SetCloser(); void SetDockButton( sal_Bool bDockButton ); void SetHideButton( sal_Bool bHideButton ); - void SetHelpButton( sal_Bool bHelpButton ); void SetMenuButton( sal_Bool bMenuButton ); void UpdateMenuHeight(); |