Kaydet (Commit) 3b1cca8c authored tarafından Caolán McNamara's avatar Caolán McNamara

Related: fdo#74468 drop hard-coded 'sec' and use FUNIT_SECONDS

Change-Id: I11e2aa39d77c01446387b13ba4bc9f40b61a958a
üst 973ff09e
......@@ -255,7 +255,6 @@
<property name="can_focus">True</property>
<property name="invisible_char"></property>
<property name="invisible_char_set">True</property>
<property name="format">sec</property>
<property name="digits">2</property>
<property name="spin_size">25</property>
</object>
......
......@@ -1592,12 +1592,7 @@ Size MetricField::CalcMinimumSize() const
bool MetricField::set_property(const OString &rKey, const OString &rValue)
{
if (rKey == "format")
{
maCustomUnitText = OStringToOUString(rValue, RTL_TEXTENCODING_UTF8);
meUnit = FUNIT_CUSTOM;
}
else if (rKey == "digits")
if (rKey == "digits")
SetDecimalDigits(rValue.toInt32());
else if (rKey == "spin-size")
SetSpinSize(rValue.toInt32());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment