diff options
Diffstat (limited to 'sd/source/ui/unoidl/unopage.cxx')
-rw-r--r-- | sd/source/ui/unoidl/unopage.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sd/source/ui/unoidl/unopage.cxx b/sd/source/ui/unoidl/unopage.cxx index c1102ea4f..d0b9ec6db 100644 --- a/sd/source/ui/unoidl/unopage.cxx +++ b/sd/source/ui/unoidl/unopage.cxx @@ -471,11 +471,7 @@ SdrObject * SdGenericDrawPage::_CreateSdrObject( const Reference< drawing::XShap } else if( aType.EqualsAscii( "GraphicObjectShape" ) ) { -#ifdef STARIMAGE_AVAILABLE - eObjKind = PRESOBJ_IMAGE; -#else eObjKind = PRESOBJ_GRAPHIC; -#endif } else if( aType.EqualsAscii( "OrgChartShape" ) ) { |