From 369da987d373bdf5bdabfeb11d4b2562c916f372 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Fri, 10 Aug 2012 20:55:41 +0200 Subject: Bin BasicDockingWindow( Window* pParent, const ResId& rResId ) Change-Id: I84f4929eb923bc3d05bdf04a8958cb58b5bfb921 --- basctl/source/basicide/bastypes.cxx | 8 -------- basctl/source/inc/bastypes.hxx | 1 - 2 files changed, 9 deletions(-) (limited to 'basctl') diff --git a/basctl/source/basicide/bastypes.cxx b/basctl/source/basicide/bastypes.cxx index ded9595bebb1..3aa29e6db930 100644 --- a/basctl/source/basicide/bastypes.cxx +++ b/basctl/source/basicide/bastypes.cxx @@ -252,14 +252,6 @@ BasicDockingWindow::BasicDockingWindow( Window* pParent ) : { } -BasicDockingWindow::BasicDockingWindow( Window* pParent, const ResId& rResId ) : - DockingWindow( pParent, rResId ) -{ - SetStyle( WB_BORDER | WB_3DLOOK | WB_MOVEABLE | - WB_SIZEABLE | WB_ROLLABLE | - WB_DOCKABLE | WB_CLIPCHILDREN ); -} - sal_Bool BasicDockingWindow::Docking( const Point& rPos, Rectangle& rRect ) { ModulWindowLayout* pLayout = (ModulWindowLayout*)GetParent(); diff --git a/basctl/source/inc/bastypes.hxx b/basctl/source/inc/bastypes.hxx index 30fb847f5db1..90541a5faa78 100644 --- a/basctl/source/inc/bastypes.hxx +++ b/basctl/source/inc/bastypes.hxx @@ -69,7 +69,6 @@ protected: public: BasicDockingWindow( Window* pParent ); - BasicDockingWindow( Window* pParent, const ResId& rResId ); }; // helper class for sorting TabBar -- cgit