diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-27 08:12:58 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-28 06:41:25 +0000 |
commit | 2fc5ef74c5200bdb82cdbbc812d7ac05a9a489dd (patch) | |
tree | 932e26fbe450925af9c91991d5b48189cd905f00 /idl | |
parent | f5738518a6ff5321d4d35d9bed4a640ae0a6ae9a (diff) |
remove unhandled SID commands from sfx2
Change-Id: I5473dbb1fdc2c3779892610ab4ea5f6146291921
Reviewed-on: https://gerrit.libreoffice.org/35742
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'idl')
-rw-r--r-- | idl/source/objects/slot.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/idl/source/objects/slot.cxx b/idl/source/objects/slot.cxx index 110c6fa3aef0..1c21a4ad039e 100644 --- a/idl/source/objects/slot.cxx +++ b/idl/source/objects/slot.cxx @@ -480,7 +480,7 @@ void SvMetaSlot::Insert( SvSlotElementList& rList, const OString& rPrefix, if ( m == rBase.GetSlotList().size() ) { - OSL_FAIL("Invalid EnumSlot!"); + OSL_FAIL(OString("Invalid EnumSlot! " + aSId).getStr()); xEnumSlot = new SvMetaSlot( *this ); sal_uLong nValue; if ( rBase.FindId(aSId , &nValue) ) |