summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmlimp.hxx
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2001-08-14 07:07:19 +0000
committerMichael Brauer <mib@openoffice.org>2001-08-14 07:07:19 +0000
commit150143ff92aaf2a922426e56c8f712d4297eed08 (patch)
tree3a7375f4cf31151155a73877d2da01ac811c5687 /sw/source/filter/xml/xmlimp.hxx
parentd9526ceb1995668b32db09708e2f778a5f49c140 (diff)
#90888#: Make BASE64 encodings for for standalone filters
Diffstat (limited to 'sw/source/filter/xml/xmlimp.hxx')
-rw-r--r--sw/source/filter/xml/xmlimp.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sw/source/filter/xml/xmlimp.hxx b/sw/source/filter/xml/xmlimp.hxx
index 138090ce2cf8..ec745b0c4c66 100644
--- a/sw/source/filter/xml/xmlimp.hxx
+++ b/sw/source/filter/xml/xmlimp.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlimp.hxx,v $
*
- * $Revision: 1.22 $
+ * $Revision: 1.23 $
*
- * last change: $Author: mib $ $Date: 2001-07-04 14:16:19 $
+ * last change: $Author: mib $ $Date: 2001-08-14 08:07:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -86,6 +86,8 @@ class SvXMLImportItemMapper;
class SfxItemSet;
class SwNodeIndex;
class XMLTextImportHelper;
+class SvXMLGraphicHelper;
+class SvXMLEmbeddedObjectHelper;
// define, how many steps ( = paragraphs ) the progress bar should advance
// for styles, autostyles and settings + meta
@@ -100,6 +102,8 @@ class SwXMLImport: public SvXMLImport
SvXMLTokenMap *pDocElemTokenMap;
SvXMLTokenMap *pTableElemTokenMap;
SvXMLTokenMap *pTableCellAttrTokenMap;
+ SvXMLGraphicHelper *pGraphicResolver;
+ SvXMLEmbeddedObjectHelper *pEmbeddedResolver;
SvXMLItemMapEntriesRef xTableItemMap;
SvXMLItemMapEntriesRef xTableColItemMap;