diff options
-rw-r--r-- | svx/source/customshapes/tbxcustomshapes.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/svx/source/customshapes/tbxcustomshapes.cxx b/svx/source/customshapes/tbxcustomshapes.cxx index 4a8fff2d7f9e..bb25d07755fd 100644 --- a/svx/source/customshapes/tbxcustomshapes.cxx +++ b/svx/source/customshapes/tbxcustomshapes.cxx @@ -42,9 +42,8 @@ SvxTbxCtlCustomShapes::SvxTbxCtlCustomShapes( sal_uInt16 nSlotId, sal_uInt16 nId switch( nSlotId ) { default : - { DBG_ASSERT( false, "SvxTbxCtlCustomShapes: unknown slot executed. ?" ); - } + //fall-through case SID_DRAWTBX_CS_BASIC : { m_aCommand = ".uno:BasicShapes.diamond"; |