diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-11-04 12:59:15 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-11-04 17:14:26 +0000 |
commit | d2ce812f1d3a7a2aad89ca0bd11948b63d2db7b0 (patch) | |
tree | 8e2b7019e6062a4cc3b3a6ee79c1c4ad397e8591 /include | |
parent | 43bc3031483d172eccd72c3804e2d4fc2ef37de4 (diff) |
inherit FillAttrLB from ListBox not ColorListBox
Change-Id: Icd6f51b61ec0d006c10c6a75da649cc83057b9f1
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/dlgctrl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/dlgctrl.hxx b/include/svx/dlgctrl.hxx index fbf9369eb608..5a2c217862bd 100644 --- a/include/svx/dlgctrl.hxx +++ b/include/svx/dlgctrl.hxx @@ -245,7 +245,7 @@ public: /************************************************************************/ -class SAL_WARN_UNUSED SVX_DLLPUBLIC FillAttrLB : public ColorListBox +class SAL_WARN_UNUSED SVX_DLLPUBLIC FillAttrLB : public ListBox { private: BitmapEx maBitmapEx; |