summaryrefslogtreecommitdiff
path: root/sd/inc/sdpptwrp.hxx
diff options
context:
space:
mode:
authorSven Jacobi <sj@openoffice.org>2001-03-16 12:34:30 +0000
committerSven Jacobi <sj@openoffice.org>2001-03-16 12:34:30 +0000
commit7bdbea9b65f43c6d0ece2cbe88a08ffcbe0b6eb8 (patch)
tree2eca79cb38c2f4dfca76080ab1de16da6d888fd9 /sd/inc/sdpptwrp.hxx
parent57d1f4861fb8ea50b7931fee40a4c63b5ffddbe5 (diff)
fixed ole export for powerpoint filter
Diffstat (limited to 'sd/inc/sdpptwrp.hxx')
-rw-r--r--sd/inc/sdpptwrp.hxx12
1 files changed, 10 insertions, 2 deletions
diff --git a/sd/inc/sdpptwrp.hxx b/sd/inc/sdpptwrp.hxx
index 3c480c3ee59e..a0b2da39187e 100644
--- a/sd/inc/sdpptwrp.hxx
+++ b/sd/inc/sdpptwrp.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sdpptwrp.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: ka $ $Date: 2001-02-13 12:02:55 $
+ * last change: $Author: sj $ $Date: 2001-03-16 13:34:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,6 +70,9 @@
class SdPPTFilter : public SdFilter
{
+ SvMemoryStream* pBas;
+ SvStorageRef xOleSource;
+
public:
SdPPTFilter( SfxMedium& rMedium, SdDrawDocShell& rDocShell, sal_Bool bShowProgress );
@@ -77,6 +80,11 @@ public:
virtual sal_Bool Import();
virtual sal_Bool Export();
+
+ // these methods are necassary for the export to PowerPoint
+ void PreSaveBasic(); // restaures the original basic storage
+ void SetOleSource( SvStorageRef xSource );
+
};
#endif // _SD_PPTWRP_HXX