From a1c06ff4f270a7d240f08325198d967c09ce4c1b Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Tue, 11 Oct 2011 21:19:24 +0200 Subject: tpcolor.cxx: unused parameter warning --- cui/source/tabpages/tpcolor.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cui') diff --git a/cui/source/tabpages/tpcolor.cxx b/cui/source/tabpages/tpcolor.cxx index c63c799009a5..dca59c564862 100644 --- a/cui/source/tabpages/tpcolor.cxx +++ b/cui/source/tabpages/tpcolor.cxx @@ -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(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() ); } -- cgit