From 42645fe67cac22e9a96bc4b34c4f85c09185d9d2 Mon Sep 17 00:00:00 2001 From: Thorsten Behrens Date: Fri, 18 Dec 2015 02:30:18 +0100 Subject: related tdf#96398 pull out more NPAPI-related code Fixup windows PCH plus pulling out more code now unused due to NPAPI removal. Follow-up to 4c18af27bf95b332ee2006cfc0bbf469fb1a84d4. Change-Id: I8ad42a28139ceeab0cae1f608d55beb28c159db3 Reviewed-on: https://gerrit.libreoffice.org/20783 Reviewed-by: Thorsten Behrens Tested-by: Thorsten Behrens --- slideshow/source/engine/shapes/shapeimporter.cxx | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'slideshow') diff --git a/slideshow/source/engine/shapes/shapeimporter.cxx b/slideshow/source/engine/shapes/shapeimporter.cxx index 732e9f377680..fc247ca61db6 100644 --- a/slideshow/source/engine/shapes/shapeimporter.cxx +++ b/slideshow/source/engine/shapes/shapeimporter.cxx @@ -277,24 +277,6 @@ ShapeSharedPtr ShapeImporter::createShape( mnAscendingPrio, mrContext); } - else if( shapeType == "com.sun.star.drawing.PluginShape" ) - { - // PropertyValues to copy from XShape to plugin - static const char* aPropertyValues[] = - { - "PluginURL", - "PluginMimeType", - "PluginCommands" - }; - - // (Netscape)Plugin shape. This is a special object - return createAppletShape( xCurrShape, - mnAscendingPrio, - "com.sun.star.comp.sfx2.PluginObject", - aPropertyValues, - SAL_N_ELEMENTS(aPropertyValues), - mrContext ); - } else if( shapeType == "com.sun.star.drawing.AppletShape" ) { // PropertyValues to copy from XShape to applet -- cgit v1.2.3