summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-04-22 18:12:03 +0200
committerMichael Stahl <mstahl@redhat.com>2016-04-27 15:52:40 +0200
commit3585cfe5f55f3ac8131a19abc5cbbf857364de9a (patch)
tree137b9a7f7e3f765ca7bf339caf1a4d7a20adb498 /editeng
parente1fc96df40cb758399ca3b6e74660f381ef16916 (diff)
todo odd warnings being printed
Change-Id: I227ba7063827952525a4b190f864b4c7ffb3a6d8
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/items/frmitems.cxx1
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;