diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-07-08 16:27:04 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-07-08 18:40:11 +0100 |
commit | d0e65716347377628635c053ccb425d6284e3533 (patch) | |
tree | 02b9e186282577a295a9fefaa35dd1fdb8ea1f82 /cui/source/tabpages/tpgradnt.cxx | |
parent | 94956b3b29ae761a793363ec9e9e27fb612d7444 (diff) |
add degrees and pixels as known spin field units
Change-Id: I5937843a5c5485f469ef1fb6b5844aa15c33a14d
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"); |