diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2012-08-10 20:55:41 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2012-08-10 20:59:49 +0200 |
commit | 369da987d373bdf5bdabfeb11d4b2562c916f372 (patch) | |
tree | ea2814d6d77fbffb2f6216f5bc630691ed11e1a3 /basctl | |
parent | 95ab516729ccf847f6e588a224677314afb77b29 (diff) |
Bin BasicDockingWindow( Window* pParent, const ResId& rResId )
Change-Id: I84f4929eb923bc3d05bdf04a8958cb58b5bfb921
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 |