summaryrefslogtreecommitdiff
path: root/svx/source/dialog/dlgctrl.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-09-02 23:16:41 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-09-05 10:54:19 +0100
commitaf60795f76f04e5a0315eeaa4cb9c5a90f4ae90c (patch)
tree529f6d32a19fc394afec567ad246dfb3f5522538 /svx/source/dialog/dlgctrl.cxx
parent2e28244ad3cf526b99b1e555526b26bf89c5ce8d (diff)
callcatcher: some more unused code
Diffstat (limited to 'svx/source/dialog/dlgctrl.cxx')
-rw-r--r--svx/source/dialog/dlgctrl.cxx8
1 files changed, 0 insertions, 8 deletions
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;