summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
authorThorsten Behrens <Thorsten.Behrens@CIB.de>2015-12-18 02:30:18 +0100
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2015-12-18 01:58:23 +0000
commit42645fe67cac22e9a96bc4b34c4f85c09185d9d2 (patch)
tree17212eef1a2c1ad4e671e1a3fc7b9db8d96e683f /slideshow
parent88f3c8f995e04aaecc9c7fefe4fe347e87d5e05e (diff)
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 <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/source/engine/shapes/shapeimporter.cxx18
1 files changed, 0 insertions, 18 deletions
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