summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLTextFrameContext.hxx
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2001-06-19 14:08:23 +0000
committerMichael Brauer <mib@openoffice.org>2001-06-19 14:08:23 +0000
commit10763f3a937772e924a9bb5198aa57921b3edaa5 (patch)
treea1a16a68d36ef1c96ff140983118cdf3bb5d913e /xmloff/source/text/XMLTextFrameContext.hxx
parent41a51f5f23bddc4265293eb62eac4d40ab30e8f3 (diff)
#87313#: embedded images as base64
Diffstat (limited to 'xmloff/source/text/XMLTextFrameContext.hxx')
-rw-r--r--xmloff/source/text/XMLTextFrameContext.hxx11
1 files changed, 6 insertions, 5 deletions
diff --git a/xmloff/source/text/XMLTextFrameContext.hxx b/xmloff/source/text/XMLTextFrameContext.hxx
index 2a8659f76b82..98df1cac4144 100644
--- a/xmloff/source/text/XMLTextFrameContext.hxx
+++ b/xmloff/source/text/XMLTextFrameContext.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLTextFrameContext.hxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: mib $ $Date: 2001-05-18 13:54:59 $
+ * last change: $Author: mib $ $Date: 2001-06-19 15:01:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -112,7 +112,7 @@ class XMLTextFrameContext : public SvXMLImportContext
::com::sun::star::uno::Reference <
::com::sun::star::beans::XPropertySet > xPropSet;
::com::sun::star::uno::Reference <
- ::com::sun::star::io::XOutputStream > xOLEStream;
+ ::com::sun::star::io::XOutputStream > xBase64Stream;
const ::rtl::OUString sWidth;
const ::rtl::OUString sRelativeWidth;
@@ -168,9 +168,10 @@ class XMLTextFrameContext : public SvXMLImportContext
sal_Bool bMinHeight : 1;
sal_Bool bSyncWidth : 1;
sal_Bool bSyncHeight : 1;
- sal_Bool bCreateOLEStreamFailed : 1;
+ sal_Bool bCreateBase64StreamFailed : 1;
+ sal_Bool bOwnBase64Stream : 1;
- void Create( sal_Bool bLinked );
+ void Create( sal_Bool bHRefOrBase64 );
public: