diff options
author | Sven Jacobi <sj@openoffice.org> | 2000-10-13 10:58:00 +0000 |
---|---|---|
committer | Sven Jacobi <sj@openoffice.org> | 2000-10-13 10:58:00 +0000 |
commit | 63d1ad8d6bba72723d296a9b04a9fda8e2b8b7f0 (patch) | |
tree | a801884df68b8ae29ba91f2b92dcc30067704398 | |
parent | 53ddcdccf4c3eb35cf66e17c9e725279edbf4b74 (diff) |
apichanges, removed bDownload parameter at SfxMedium c-tor
-rw-r--r-- | svx/source/xoutdev/_xoutbmp.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/xoutdev/_xoutbmp.cxx b/svx/source/xoutdev/_xoutbmp.cxx index 92ace6bc9269..18c475912afc 100644 --- a/svx/source/xoutdev/_xoutbmp.cxx +++ b/svx/source/xoutdev/_xoutbmp.cxx @@ -2,9 +2,9 @@ * * $RCSfile: _xoutbmp.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:01:27 $ + * last change: $Author: sj $ $Date: 2000-10-13 11:58:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -546,7 +546,7 @@ USHORT XOutBitmap::WriteGraphic( const Graphic& rGraphic, String& rFileName, aURL.SetName( aName ); } - SfxMedium aMedium( rFileName = aURL.PathToFileName(), STREAM_WRITE | STREAM_SHARE_DENYNONE, TRUE, FALSE ); + SfxMedium aMedium( rFileName = aURL.PathToFileName(), STREAM_WRITE | STREAM_SHARE_DENYNONE, TRUE ); aMedium.DownLoad(); |