diff options
Diffstat (limited to 'sd/source/filter/ppt/pptin.hxx')
-rw-r--r-- | sd/source/filter/ppt/pptin.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sd/source/filter/ppt/pptin.hxx b/sd/source/filter/ppt/pptin.hxx index 78f09d7bf89d..babc2a3ae538 100644 --- a/sd/source/filter/ppt/pptin.hxx +++ b/sd/source/filter/ppt/pptin.hxx @@ -36,6 +36,7 @@ #include <filter/msfilter/msfiltertracer.hxx> #include <com/sun/star/uno/Any.h> #include <boost/shared_ptr.hpp> +#include <oox/ole/olehelper.hxx> class SdDrawDocument; class SfxMedium; @@ -70,7 +71,7 @@ class ImplSdPPTImport : public SdrPowerPointImport SdrLayerID mnBackgroundObjectsLayerID; tAnimationMap maAnimations; - +// ::oox::ole::OleFormCtrlImportHelper maFormCtrlHelper; void SetHeaderFooterPageSettings( SdPage* pPage, const PptSlidePersistEntry* pMasterPersist ); void ImportPageEffect( SdPage* pPage, const sal_Bool bNewAnimationsUsed ); @@ -89,6 +90,7 @@ public: ~ImplSdPPTImport(); sal_Bool Import(); + virtual bool ReadFormControl( com::sun::star::uno::Reference< com::sun::star::io::XInputStream >& xIs, com::sun::star::uno::Reference< com::sun::star::form::XFormComponent > & rFormComp ) const; }; class SdPPTImport |