Kaydet (Commit) bc3bf752 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

better way to handle unused argument

Change-Id: I32d0ac824aab9cfd2f7994aa81b63206dd6a5a9a
üst 3c8099f6
......@@ -596,9 +596,8 @@ void AreaPropertyPanelBase::NotifyItemUpdate(
sal_uInt16 nSID,
SfxItemState eState,
const SfxPoolItem* pState,
const bool bIsEnabled)
const bool /*bIsEnabled*/)
{
(void)bIsEnabled;
const bool bDisabled(SfxItemState::DISABLED == eState);
switch(nSID)
......
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