From 85ceae562ed4178d4c09088e48f39440d0688428 Mon Sep 17 00:00:00 2001 From: Michael Brauer Date: Tue, 6 Mar 2001 10:17:30 +0000 Subject: organizer support for XML file format --- xmloff/source/text/XMLTextFrameContext.cxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'xmloff/source/text/XMLTextFrameContext.cxx') 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 ); -- cgit