summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls/fillctrl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/tbxctrls/fillctrl.cxx')
-rw-r--r--svx/source/tbxctrls/fillctrl.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/svx/source/tbxctrls/fillctrl.cxx b/svx/source/tbxctrls/fillctrl.cxx
index a1e1f9584e1b..9d3bfb067ae1 100644
--- a/svx/source/tbxctrls/fillctrl.cxx
+++ b/svx/source/tbxctrls/fillctrl.cxx
@@ -538,9 +538,6 @@ VclPtr<vcl::Window> SvxFillToolBoxControl::CreateItemWindow(vcl::Window *pParent
if(GetSlotId() == SID_ATTR_FILL_STYLE)
{
mpFillControl.reset(VclPtr<FillControl>::Create(pParent));
- // Thus the FillControl is known by SvxFillToolBoxControl
- // (and in order to remain compatible)
- mpFillControl->SetData(this);
mpLbFillType = mpFillControl->mpLbFillType;
mpLbFillAttr = mpFillControl->mpLbFillAttr;