From e80018f8fce130bc7ba6c9bef6b9f927c857afe2 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 16 Nov 2010 17:00:33 +0000 Subject: fix this to build again --- svx/inc/svx/checklbx.hxx | 3 +-- svx/source/dialog/checklbx.cxx | 6 ++---- 2 files changed, 3 insertions(+), 6 deletions(-) (limited to 'svx') diff --git a/svx/inc/svx/checklbx.hxx b/svx/inc/svx/checklbx.hxx index 0a15f829fb..c69f9bd390 100644 --- a/svx/inc/svx/checklbx.hxx +++ b/svx/inc/svx/checklbx.hxx @@ -61,8 +61,7 @@ public: SvxCheckListBox( Window* pParent, WinBits nWinStyle = 0 ); SvxCheckListBox( Window* pParent, const ResId& rResId ); SvxCheckListBox( Window* pParent, const ResId& rResId, - const Image& rNormalStaticImage, - const Image& rHighContrastStaticImage ); + const Image& rNormalStaticImage ); ~SvxCheckListBox(); void InsertEntry ( const String& rStr, 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(); -- cgit v1.2.3