summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xcl97esc.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-03-26 17:07:02 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-03-26 17:07:02 +0000
commit555d702903fb0857122024e1ab78a72d122d3f16 (patch)
tree6c749e09d7b761f4ce353bedcc31627a38529196 /sc/source/filter/inc/xcl97esc.hxx
parentff721adbe05f7a6659d9dffcf46c671f8a644da7 (diff)
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'sc/source/filter/inc/xcl97esc.hxx')
-rw-r--r--sc/source/filter/inc/xcl97esc.hxx11
1 files changed, 9 insertions, 2 deletions
diff --git a/sc/source/filter/inc/xcl97esc.hxx b/sc/source/filter/inc/xcl97esc.hxx
index 952e09c6c626..9747016ad277 100644
--- a/sc/source/filter/inc/xcl97esc.hxx
+++ b/sc/source/filter/inc/xcl97esc.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xcl97esc.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: dr $ $Date: 2002-12-12 11:50:27 $
+ * last change: $Author: hr $ $Date: 2003-03-26 18:05:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,6 +73,10 @@
#include <tools/stack.hxx>
#endif
+#ifndef SC_XLOCX_HXX
+#include "xlocx.hxx"
+#endif
+
namespace utl { class TempFile; }
// --- class XclEscherEx ---------------------------------------------
@@ -89,6 +93,9 @@ class XclEscherEx : public EscherEx
private:
List aOffsetMap;
Stack aStack;
+#if EXC_INCL_EXP_OCX
+ XclExpOcxConverter aOcxConverter; /// Export of form controls.
+#endif
RootData& rRootData;
utl::TempFile* pPicTempFile;
SvStream* pPicStrm;