From 40df4b30ca4c7d2da0422d095fb249075316dd62 Mon Sep 17 00:00:00 2001 From: Sven Jacobi Date: Wed, 15 Nov 2000 13:45:17 +0000 Subject: [PATCH] do not convert embedded PowerPoint ole objects to impress --- sd/source/filter/pptin.cxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sd/source/filter/pptin.cxx b/sd/source/filter/pptin.cxx index 05d6825c2ec7..c9aa850efa96 100644 --- a/sd/source/filter/pptin.cxx +++ b/sd/source/filter/pptin.cxx @@ -2,9 +2,9 @@ * * $RCSfile: pptin.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: hr $ $Date: 2000-11-15 11:02:03 $ + * last change: $Author: sj $ $Date: 2000-11-15 14:45:17 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -273,8 +273,6 @@ SdPPTImport::SdPPTImport( SdDrawDocument* pDocument, SvStream& rDocStream, SvSto nSvxMSDffOLEConvFlags |= OLE_WINWORD_2_STARWRITER; if ( pBasOpt->IsExcel2StarCalc() ) nSvxMSDffOLEConvFlags |= OLE_EXCEL_2_STARCALC; - if ( pBasOpt->IsPowerPoint2StarImpress() ) - nSvxMSDffOLEConvFlags |= OLE_POWERPOINT_2_STARIMPRESS; } } InitSvxMSDffManager( nDggContainerOfs, pStData, nSvxMSDffOLEConvFlags );