summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--basctl/source/basicide/bastypes.cxx8
-rw-r--r--basctl/source/inc/bastypes.hxx1
-rwxr-xr-xunusedcode.easy1
3 files changed, 0 insertions, 10 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
diff --git a/unusedcode.easy b/unusedcode.easy
index ee2c76aa6698..e4d051cfe640 100755
--- a/unusedcode.easy
+++ b/unusedcode.easy
@@ -1,4 +1,3 @@
-BasicDockingWindow::BasicDockingWindow(Window*, ResId const&)
FontSelectPattern::FontSelectPattern(PhysicalFontFace const&, Size const&, float, int, bool)
PlaceEditDialog::GetResId(unsigned short)
PopupMenu::SetSelectedEntry(unsigned short)