[Libreoffice-commits] .: basctl/source unusedcode.easy

Julien Nabet serval2412 at kemper.freedesktop.org
Fri Aug 10 12:00:28 PDT 2012


 basctl/source/basicide/bastypes.cxx |    8 --------
 basctl/source/inc/bastypes.hxx      |    1 -
 unusedcode.easy                     |    1 -
 3 files changed, 10 deletions(-)

New commits:
commit 369da987d373bdf5bdabfeb11d4b2562c916f372
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Fri Aug 10 20:55:41 2012 +0200

    Bin BasicDockingWindow( Window* pParent, const ResId& rResId )
    
    Change-Id: I84f4929eb923bc3d05bdf04a8958cb58b5bfb921

diff --git a/basctl/source/basicide/bastypes.cxx b/basctl/source/basicide/bastypes.cxx
index ded9595..3aa29e6 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 30fb847..90541a5 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 ee2c76a..e4d051c 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)


More information about the Libreoffice-commits mailing list