inherit FillAttrLB from ListBox not ColorListBox

Change-Id: Icd6f51b61ec0d006c10c6a75da649cc83057b9f1
diff --git a/include/svx/dlgctrl.hxx b/include/svx/dlgctrl.hxx
index fbf9369..5a2c217 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;
diff --git a/svx/source/dialog/dlgctrl.cxx b/svx/source/dialog/dlgctrl.cxx
index 740033d..0ee46f7 100644
--- a/svx/source/dialog/dlgctrl.cxx
+++ b/svx/source/dialog/dlgctrl.cxx
@@ -1303,7 +1303,7 @@ namespace
} // end of anonymous namespace

FillAttrLB::FillAttrLB(vcl::Window* pParent, WinBits aWB)
:   ColorListBox(pParent, aWB)
    : ListBox(pParent, aWB)
{
}