diff options
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/bastypes.cxx | 8 | ||||
-rw-r--r-- | basctl/source/inc/bastypes.hxx | 1 |
2 files changed, 0 insertions, 9 deletions
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 |