improve error message
Change-Id: Id1408cb1d8f04b36ffab65b684a94b14db9d9c50
This commit is contained in:
parent
0026972212
commit
5f2b7007fd
@ -302,7 +302,7 @@ void SvxUnoConvertToMM( const SfxMapUnit eSourceMapUnit, uno::Any & rMetric ) th
|
|||||||
rMetric <<= (sal_uInt32)(TWIPS_TO_MM(*o3tl::forceAccess<sal_uInt32>(rMetric)));
|
rMetric <<= (sal_uInt32)(TWIPS_TO_MM(*o3tl::forceAccess<sal_uInt32>(rMetric)));
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
OSL_FAIL("AW: Missing unit translation to 100th mm!");
|
OSL_FAIL(OString("AW: Missing unit translation to 100th mm, " + OString::number(rMetric.getValueTypeClass())).getStr());
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user