diff options
Diffstat (limited to 'sd/source/ui/view/sdview3.cxx')
-rw-r--r-- | sd/source/ui/view/sdview3.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/sdview3.cxx b/sd/source/ui/view/sdview3.cxx index 5ad3d45d80f3..77ae2631a11d 100644 --- a/sd/source/ui/view/sdview3.cxx +++ b/sd/source/ui/view/sdview3.cxx @@ -993,7 +993,7 @@ bool View::InsertData( const TransferableDataHelper& rDataHelper, if( pImageMap ) pObj->AppendUserData( new SdIMapInfo( *pImageMap ) ); - if ( pObj && pObj->IsChart() ) + if (pObj->IsChart()) { bool bDisableDataTableDialog = false; svt::EmbeddedObjectRef::TryRunningState( xObj ); |