diff options
Diffstat (limited to 'svx/source/unodraw')
-rw-r--r-- | svx/source/unodraw/unomod.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/svx/source/unodraw/unomod.cxx b/svx/source/unodraw/unomod.cxx index 073719bbabb6..223b73a3b152 100644 --- a/svx/source/unodraw/unomod.cxx +++ b/svx/source/unodraw/unomod.cxx @@ -457,10 +457,6 @@ uno::Reference< uno::XInterface > SAL_CALL SvxUnoDrawingModel::createInstance( c { nType = OBJ_OLE2; } - else if( aTypeName.startsWith( "TableShape" ) ) - { - nType = OBJ_OLE2; - } else if( aTypeName.startsWith( "OrgChartShape" ) ) { nType = OBJ_OLE2; |