diff options
author | sk94 <eszkadev@gmail.com> | 2014-05-20 19:47:50 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-05-21 07:46:34 -0500 |
commit | 5690def7c8e8c1d875b4f9bed4dea712d99480d8 (patch) | |
tree | 2eddb56425026dcdf8d5177bd384835e97ff5102 /include | |
parent | 2bbcf97eb35b98da33f3aaba67cd7abc1a265c69 (diff) |
RID_DLG_UPDATE conversion to .ui
Conflicts:
desktop/source/deployment/gui/descedit.hxx
Change-Id: Icf9ee3081b468f99833d1e38182887ad1da6f675
Reviewed-on: https://gerrit.libreoffice.org/9417
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
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, |