summaryrefslogtreecommitdiff
path: root/vcl/source/window/brdwin.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/window/brdwin.cxx')
-rw-r--r--vcl/source/window/brdwin.cxx18
1 files changed, 0 insertions, 18 deletions
diff --git a/vcl/source/window/brdwin.cxx b/vcl/source/window/brdwin.cxx
index 3ac90daf7a36..8e487e9f20cd 100644
--- a/vcl/source/window/brdwin.cxx
+++ b/vcl/source/window/brdwin.cxx
@@ -1954,14 +1954,6 @@ ImplBorderWindow::ImplBorderWindow( Window* pParent, WinBits nStyle ,
ImplInit( pParent, nStyle, nTypeStyle, ::com::sun::star::uno::Any() );
}
-ImplBorderWindow::ImplBorderWindow( Window* pParent,
- WinBits nStyle, sal_uInt16 nTypeStyle,
- const ::com::sun::star::uno::Any& aSystemToken ) :
- Window( WINDOW_BORDERWINDOW )
-{
- ImplInit( pParent, nStyle, nTypeStyle, aSystemToken );
-}
-
// -----------------------------------------------------------------------
ImplBorderWindow::~ImplBorderWindow()
@@ -2314,16 +2306,6 @@ void ImplBorderWindow::SetHideButton( sal_Bool bHideButton )
// -----------------------------------------------------------------------
-void ImplBorderWindow::SetHelpButton( sal_Bool bHelpButton )
-{
- mbHelpBtn = bHelpButton;
- Size aSize = GetOutputSizePixel();
- mpBorderView->Init( this, aSize.Width(), aSize.Height() );
- InvalidateBorder();
-}
-
-// -----------------------------------------------------------------------
-
void ImplBorderWindow::SetMenuButton( sal_Bool bMenuButton )
{
mbMenuBtn = bMenuButton;