summaryrefslogtreecommitdiff
path: root/svx/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-11-16 17:00:33 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-11-16 17:00:33 +0000
commite80018f8fce130bc7ba6c9bef6b9f927c857afe2 (patch)
tree030caeb665b95b074938cc924100704fc5b43d78 /svx/source
parent349ebefec794488b7ca299c7dc1227d2e92433d6 (diff)
fix this to build again
Diffstat (limited to 'svx/source')
-rw-r--r--svx/source/dialog/checklbx.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/svx/source/dialog/checklbx.cxx b/svx/source/dialog/checklbx.cxx
index 296434abba..7d7f97518c 100644
--- a/svx/source/dialog/checklbx.cxx
+++ b/svx/source/dialog/checklbx.cxx
@@ -62,10 +62,8 @@ SvxCheckListBox::SvxCheckListBox( Window* pParent, const ResId& rResId ) :
// -----------------------------------------------------------------------
SvxCheckListBox::SvxCheckListBox( Window* pParent, const ResId& rResId,
- const Image& rNormalStaticImage,
- const Image& /*TODO#i72485# rHighContrastStaticImage*/ ) :
-
- SvTreeListBox( pParent, rResId )
+ const Image& rNormalStaticImage )
+ : SvTreeListBox( pParent, rResId )
{
Init_Impl();