diff options
Diffstat (limited to 'cui/source/tabpages/tpgradnt.cxx')
-rw-r--r-- | cui/source/tabpages/tpgradnt.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cui/source/tabpages/tpgradnt.cxx b/cui/source/tabpages/tpgradnt.cxx index 897605e9604d..fc3e04be3fc5 100644 --- a/cui/source/tabpages/tpgradnt.cxx +++ b/cui/source/tabpages/tpgradnt.cxx @@ -72,9 +72,6 @@ SvxGradientTabPage::SvxGradientTabPage get(m_pMtrCenterY, "centerymtr"); get(m_pFtAngle, "angleft"); get(m_pMtrAngle, "anglemtr"); - m_pMtrAngle->SetUnit(FUNIT_CUSTOM); - get(m_pFtAngleDegrees, "anglemtrdegrees"); - m_pMtrAngle->SetCustomUnitText(m_pFtAngleDegrees->GetText()); get(m_pMtrBorder, "bordermtr"); get(m_pLbColorFrom, "colorfromlb"); get(m_pMtrColorFrom, "colorfrommtr"); |