diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-09-02 23:16:41 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-09-05 10:54:19 +0100 |
commit | af60795f76f04e5a0315eeaa4cb9c5a90f4ae90c (patch) | |
tree | 529f6d32a19fc394afec567ad246dfb3f5522538 /svx | |
parent | 2e28244ad3cf526b99b1e555526b26bf89c5ce8d (diff) |
callcatcher: some more unused code
Diffstat (limited to 'svx')
-rw-r--r-- | svx/inc/svx/dlgctrl.hxx | 1 | ||||
-rw-r--r-- | svx/source/dialog/dlgctrl.cxx | 8 |
2 files changed, 0 insertions, 9 deletions
diff --git a/svx/inc/svx/dlgctrl.hxx b/svx/inc/svx/dlgctrl.hxx index 7fc7d8cca346..a02103de842f 100644 --- a/svx/inc/svx/dlgctrl.hxx +++ b/svx/inc/svx/dlgctrl.hxx @@ -299,7 +299,6 @@ class SVX_DLLPUBLIC GradientLB : public ListBox { public: GradientLB( Window* pParent, ResId Id, sal_Bool bUserDraw = sal_True ); - GradientLB( Window* pParent, WinBits aWB, sal_Bool bUserDraw = sal_True ); virtual void Fill( const XGradientList* pList ); virtual void UserDraw( const UserDrawEvent& rUDEvt ); diff --git a/svx/source/dialog/dlgctrl.cxx b/svx/source/dialog/dlgctrl.cxx index 89df8873216e..9007e01eb767 100644 --- a/svx/source/dialog/dlgctrl.cxx +++ b/svx/source/dialog/dlgctrl.cxx @@ -1150,14 +1150,6 @@ GradientLB::GradientLB( Window* pParent, ResId Id, sal_Bool bUserDraw /*= sal_Tr EnableUserDraw( mbUserDraw); } -GradientLB::GradientLB( Window* pParent, WinBits aWB, sal_Bool bUserDraw /*= sal_True*/ ) -: ListBox( pParent, aWB ), - mpList(NULL), - mbUserDraw( bUserDraw ) -{ - EnableUserDraw( mbUserDraw ); -} - void GradientLB::Fill( const XGradientList* pList ) { mpList = (XGradientList*)pList; |