summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-11-04 12:59:15 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-11-04 17:14:26 +0000
commitd2ce812f1d3a7a2aad89ca0bd11948b63d2db7b0 (patch)
tree8e2b7019e6062a4cc3b3a6ee79c1c4ad397e8591 /svx
parent43bc3031483d172eccd72c3804e2d4fc2ef37de4 (diff)
inherit FillAttrLB from ListBox not ColorListBox
Change-Id: Icd6f51b61ec0d006c10c6a75da649cc83057b9f1
Diffstat (limited to 'svx')
-rw-r--r--svx/source/dialog/dlgctrl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/dlgctrl.cxx b/svx/source/dialog/dlgctrl.cxx
index 740033df05e0..0ee46f77d713 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)
{
}