summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLTextFrameContext.cxx
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2001-03-06 10:17:30 +0000
committerMichael Brauer <mib@openoffice.org>2001-03-06 10:17:30 +0000
commit85ceae562ed4178d4c09088e48f39440d0688428 (patch)
treef86be8b100321b3b7b233678c99dd846996e61f4 /xmloff/source/text/XMLTextFrameContext.cxx
parent3bbbf7a8b44d57e4fb251746018de5845d32bb00 (diff)
organizer support for XML file format
Diffstat (limited to 'xmloff/source/text/XMLTextFrameContext.cxx')
-rw-r--r--xmloff/source/text/XMLTextFrameContext.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/xmloff/source/text/XMLTextFrameContext.cxx b/xmloff/source/text/XMLTextFrameContext.cxx
index 9727b5e1de34..0db1015942ad 100644
--- a/xmloff/source/text/XMLTextFrameContext.cxx
+++ b/xmloff/source/text/XMLTextFrameContext.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLTextFrameContext.cxx,v $
*
- * $Revision: 1.25 $
+ * $Revision: 1.26 $
*
- * last change: $Author: mib $ $Date: 2001-03-02 14:02:29 $
+ * last change: $Author: mib $ $Date: 2001-03-06 11:17:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -752,7 +752,8 @@ XMLTextFrameContext::XMLTextFrameContext(
GetImport().GetTextImport();
sal_Bool bForceLoad = xTxtImport->IsInsertMode() ||
xTxtImport->IsBlockMode() ||
- xTxtImport->IsStylesOnlyMode();
+ xTxtImport->IsStylesOnlyMode() ||
+ xTxtImport->IsOrganizerMode();
aAny <<= GetImport().ResolveGraphicObjectURL( sHRef, !bForceLoad );
xPropSet->setPropertyValue( sGraphicURL, aAny );