Kaydet (Commit) a1c06ff4 authored tarafından Michael Stahl's avatar Michael Stahl

tpcolor.cxx: unused parameter warning

üst 1061899a
......@@ -1297,6 +1297,7 @@ void SvxColorTabPage::SaveToViewFrame( SfxViewFrame *pViewFrame )
void SvxColorTabPage::SetPropertyList( XPropertyListType t, const XPropertyListRef &xRef )
{
(void) t;
OSL_ASSERT( t == XCOLOR_LIST );
pColorList = XColorListRef( static_cast<XColorList *>(xRef.get() ) );
}
......@@ -1308,6 +1309,7 @@ void SvxColorTabPage::SetColorList( XColorListRef pColList )
XPropertyListRef SvxColorTabPage::GetPropertyList( XPropertyListType t )
{
(void) t;
OSL_ASSERT( t == XCOLOR_LIST );
return XPropertyListRef( pColorList.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