diff options
author | Michael Stahl <mstahl@redhat.com> | 2016-04-22 18:12:03 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-04-27 15:52:40 +0200 |
commit | 3585cfe5f55f3ac8131a19abc5cbbf857364de9a (patch) | |
tree | 137b9a7f7e3f765ca7bf339caf1a4d7a20adb498 /editeng/source/items | |
parent | e1fc96df40cb758399ca3b6e74660f381ef16916 (diff) |
todo odd warnings being printed
Change-Id: I227ba7063827952525a4b190f864b4c7ffb3a6d8
Diffstat (limited to 'editeng/source/items')
-rw-r--r-- | editeng/source/items/frmitems.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editeng/source/items/frmitems.cxx b/editeng/source/items/frmitems.cxx index 62e4a42141df..d8c56829a9e2 100644 --- a/editeng/source/items/frmitems.cxx +++ b/editeng/source/items/frmitems.cxx @@ -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; |