summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sd/source/filter/pptx/pptx-eppt.cxx2
-rwxr-xr-xsd/util/makefile.mk1
-rw-r--r--sd/util/pptx.map2
3 files changed, 3 insertions, 2 deletions
diff --git a/sd/source/filter/pptx/pptx-eppt.cxx b/sd/source/filter/pptx/pptx-eppt.cxx
index 6976013e0df0..485e44f856b1 100644
--- a/sd/source/filter/pptx/pptx-eppt.cxx
+++ b/sd/source/filter/pptx/pptx-eppt.cxx
@@ -121,7 +121,7 @@ void PPTWriter::exportPPTPre()
if ( !mpPicStrm )
mpPicStrm = mrStg->OpenSotStream( String( RTL_CONSTASCII_USTRINGPARAM( "Pictures" ) ) );
- mpPptEscherEx = new PptEscherEx( *mpStrm, mnDrawings );
+ mpPptEscherEx = new PptEscherEx( *mpStrm );
};
void PPTWriter::exportPPTPost()
diff --git a/sd/util/makefile.mk b/sd/util/makefile.mk
index 4e335e2b4814..b24befb0e4f3 100755
--- a/sd/util/makefile.mk
+++ b/sd/util/makefile.mk
@@ -283,6 +283,7 @@ SHL6STDLIBS = $(ISDLIB) \
$(SOTLIB) \
$(GOODIESLIB) \
$(VCLLIB) \
+ $(MSFILTERLIB) \
$(SVLLIB) \
$(SOTLIB) \
$(UNOTOOLSLIB) \
diff --git a/sd/util/pptx.map b/sd/util/pptx.map
index e72a8e38e2f7..f9d596074f4e 100644
--- a/sd/util/pptx.map
+++ b/sd/util/pptx.map
@@ -1,4 +1,4 @@
-PPTX_1_0 {
+UDK_3_0_0 {
global:
component_getImplementationEnvironment;
component_writeInfo;