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

todo odd warnings being printed

Change-Id: I227ba7063827952525a4b190f864b4c7ffb3a6d8
üst e1fc96df
......@@ -461,6 +461,7 @@ bool SvxLRSpaceItem::QueryValue( uno::Any& rVal, sal_uInt8 nMemberId ) const
default:
bRet = false;
// SfxDispatchController_Impl::StateChanged calls this with hardcoded 0 triggering this; there used to be a MID_LR_MARGIN 0 but what type would it have?
OSL_FAIL("unknown MemberId");
}
return bRet;
......
......@@ -520,6 +520,7 @@ bool SvxColumnItem::QueryValue( css::uno::Any& rVal, sal_uInt8 nMemberId ) const
rVal <<= bTable;
break;
default:
// SfxDispatchController_Impl::StateChanged calls this with hardcoded 0 triggering this;
OSL_FAIL("Wrong MemberId!");
return false;
}
......
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