summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-05-25 14:42:05 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-05-25 15:51:31 +0100
commit86ac0bd31464bd802d4367f2152e7f8e0e9506e9 (patch)
treea3643b2bd71fdf8daa658e963d7edc92054610a7 /svx
parent8d1295a104235ce003c9f44fc24072985706290f (diff)
Window::SetData and Window::GetData are nearly unused now
except for.. a) one use in sw which we can replace with a map b) one use in svx which didn't do anything c) one amusing piece of crazy in cui Change-Id: If66d9f7eab1eaddfb2bdab7815c3a6f22f4d7745
Diffstat (limited to 'svx')
-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;