diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/checklbx.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svx/checklbx.hxx b/include/svx/checklbx.hxx index 6edefd3233da..aa2c300a2e98 100644 --- a/include/svx/checklbx.hxx +++ b/include/svx/checklbx.hxx @@ -46,6 +46,7 @@ public: SvxCheckListBox( Window* pParent, WinBits nWinStyle = 0 ); SvxCheckListBox( Window* pParent, const ResId& rResId, const Image& rNormalStaticImage ); + void SetNormalStaticImage(const Image& rNormalStaticImage); virtual ~SvxCheckListBox(); void InsertEntry ( const OUString& rStr, |