diff options
author | Szabolcs Dezsi <dezsiszabi@hotmail.com> | 2012-02-24 11:43:42 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-02-24 10:46:09 +0000 |
commit | 168fc5c022538d287293bf933adde4b98c6aca37 (patch) | |
tree | 20d65900db101e3e95b49c7ff0e0dcebf5b5511f /sd/source/filter/ppt/pptin.hxx | |
parent | 06dd0fda38f07a74ba8469542ed4afe93b47ee9c (diff) |
Removed MSFilterTracer and all references to it
Diffstat (limited to 'sd/source/filter/ppt/pptin.hxx')
-rw-r--r-- | sd/source/filter/ppt/pptin.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sd/source/filter/ppt/pptin.hxx b/sd/source/filter/ppt/pptin.hxx index 39bd87405601..db36046fba91 100644 --- a/sd/source/filter/ppt/pptin.hxx +++ b/sd/source/filter/ppt/pptin.hxx @@ -33,7 +33,6 @@ #include <svx/msdffdef.hxx> #include <diadef.h> #include <svx/svdtypes.hxx> -#include <filter/msfilter/msfiltertracer.hxx> #include <com/sun/star/uno/Any.h> #include <boost/shared_ptr.hpp> @@ -97,7 +96,7 @@ class SdPPTImport public: - SdPPTImport( SdDrawDocument* pDoc, SvStream& rDocStream, SvStorage& rStorage, SfxMedium& rMed, MSFilterTracer* pTracer = NULL ); + SdPPTImport( SdDrawDocument* pDoc, SvStream& rDocStream, SvStorage& rStorage, SfxMedium& rMed ); ~SdPPTImport(); sal_Bool Import(); |