summaryrefslogtreecommitdiff
path: root/cui/source/tabpages
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2017-05-07 13:04:24 +1000
committerChris Sherlock <chris.sherlock79@gmail.com>2017-05-07 13:04:24 +1000
commit825db3204260c8dc9502b997250c42193376322b (patch)
tree17f974af25037501c2c86f7215bfaa079fbd0c75 /cui/source/tabpages
parenta85694c4c7aae17aae3f419ef935ae5cab39b174 (diff)
tdf#43157: convert cui module away from OSL_ASSERT to assert
Change-Id: I685a9f9e352531d69e4a46bf305140f32d4ef642
Diffstat (limited to 'cui/source/tabpages')
-rw-r--r--cui/source/tabpages/tpcolor.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/tabpages/tpcolor.cxx b/cui/source/tabpages/tpcolor.cxx
index 848e476313cd..f6238d3f9f2d 100644
--- a/cui/source/tabpages/tpcolor.cxx
+++ b/cui/source/tabpages/tpcolor.cxx
@@ -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() ) );
}