summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/tpcolor.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-07-02 22:33:02 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-07-02 22:33:02 +0200
commitbee3461c8756d707d042a71a92f81de943229db9 (patch)
tree622a5881dc88aeeb7b2e51e9edf8813c8c404645 /cui/source/tabpages/tpcolor.cxx
parent90c91f6b867ebbcd8fa64d8b9ed4dd9b8aa4f6ef (diff)
loplugin:casttovoid: cui
Change-Id: Id8c4baf8c22cde50c22e4dcbcb475d78294baf5d
Diffstat (limited to 'cui/source/tabpages/tpcolor.cxx')
-rw-r--r--cui/source/tabpages/tpcolor.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/cui/source/tabpages/tpcolor.cxx b/cui/source/tabpages/tpcolor.cxx
index 232dc45e2f64..7f17633377f1 100644
--- a/cui/source/tabpages/tpcolor.cxx
+++ b/cui/source/tabpages/tpcolor.cxx
@@ -767,7 +767,6 @@ void SvxColorTabPage::FillUserData()
void SvxColorTabPage::SetPropertyList( XPropertyListType t, const XPropertyListRef &xRef )
{
- (void) t;
OSL_ASSERT( t == XPropertyListType::Color );
pColorList = XColorListRef( static_cast<XColorList *>(xRef.get() ) );
}