Kaydet (Commit) 825db320 authored tarafından Chris Sherlock's avatar Chris Sherlock

tdf#43157: convert cui module away from OSL_ASSERT to assert

Change-Id: I685a9f9e352531d69e4a46bf305140f32d4ef642
üst a85694c4
......@@ -768,7 +768,7 @@ void SvxColorTabPage::FillUserData()
void SvxColorTabPage::SetPropertyList( XPropertyListType t, const XPropertyListRef &xRef )
{
(void) t;
OSL_ASSERT( t == XPropertyListType::Color );
assert( t == XPropertyListType::Color );
pColorList = XColorListRef( static_cast<XColorList *>(xRef.get() ) );
}
......
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