Kaydet (Commit) ea25941a authored tarafından Kai Ahrens's avatar Kai Ahrens

#99690#: write graphics directly

üst e9473eae
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: xmlgrhlp.cxx,v $ * $RCSfile: xmlgrhlp.cxx,v $
* *
* $Revision: 1.18 $ * $Revision: 1.19 $
* *
* last change: $Author: cl $ * last change: $Author: ka $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -669,7 +669,7 @@ void SvXMLGraphicHelper::Init( SotStorage* pXMLStorage, ...@@ -669,7 +669,7 @@ void SvXMLGraphicHelper::Init( SotStorage* pXMLStorage,
{ {
mpRootStorage = pXMLStorage; mpRootStorage = pXMLStorage;
meCreateMode = eCreateMode; meCreateMode = eCreateMode;
mbDirect = bDirect; mbDirect = ( ( GRAPHICHELPER_MODE_READ == meCreateMode ) ? bDirect : sal_True );
} }
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment