summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorKatarina Behrens <Katarina.Behrens@cib.de>2015-04-01 23:25:34 +0200
committerCaolán McNamara <caolanm@redhat.com>2015-04-03 09:34:28 +0000
commit7f80b3eb26769143e18806392164aae8c5ad9763 (patch)
tree93fc04ab297ba951e87e8d0354874272b2d41ef1 /cui
parentae0de4ffdb480745b69d2d6413c656db4112d4a7 (diff)
Follow-up tdf#84288: call SetRectangleAttributes only once
cherry-picking code from master (4.5) branch to 4.4 branch sadly didn't remove/replace the faulty m_pCtlXRectPreview->SetRectangleAttributes line b/c 4.4 code calls it a bit earlier. I noticed too late and dtardon was too quick with merging. Change-Id: Ib6e43c4475aacd5d87d9b82f321c24386187b736 Reviewed-on: https://gerrit.libreoffice.org/15114 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui')
-rw-r--r--cui/source/tabpages/tpshadow.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/cui/source/tabpages/tpshadow.cxx b/cui/source/tabpages/tpshadow.cxx
index 3216853a05b8..3e3383932378 100644
--- a/cui/source/tabpages/tpshadow.cxx
+++ b/cui/source/tabpages/tpshadow.cxx
@@ -210,7 +210,6 @@ void SvxShadowTabPage::ActivatePage( const SfxItemSet& rSet )
}
}
- m_pCtlXRectPreview->SetRectangleAttributes(rSet);
// aLbShadowColor
nPos = m_pLbShadowColor->GetSelectEntryPos();
m_pLbShadowColor->Clear();