summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2011-10-11 21:19:24 +0200
committerMichael Stahl <mstahl@redhat.com>2011-10-11 21:19:24 +0200
commita1c06ff4f270a7d240f08325198d967c09ce4c1b (patch)
treeb185e687fb66b26eb3181d53d28391d8fc9cc3fe /cui
parent1061899ab6d4554269ef1536d52bd26af1590e0e (diff)
tpcolor.cxx: unused parameter warning
Diffstat (limited to 'cui')
-rw-r--r--cui/source/tabpages/tpcolor.cxx2
1 files changed, 2 insertions, 0 deletions
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<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() );
}