Index: cfg.cxx =================================================================== RCS file: /cvs/graphics/svx/source/dialog/cfg.cxx,v retrieving revision 1.48 diff -r1.48 cfg.cxx 5506c5506 < if ( graphics.getLength() > 0 ) --- > if ( graphics.getLength() > 0 && graphics[0].is() ) 5560c5560 < if ( graphics.getLength() > 0 ) --- > if ( graphics.getLength() > 0 && graphics[0].is() )