diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-12-13 11:39:18 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-12-13 11:39:18 +0000 |
commit | ba35ff07bf4cd920ea28fc8451e96d364207cddc (patch) | |
tree | 706b059822f04f01b999ebc1bfea22de6ac8568f /vcl/source/gdi/impgraph.cxx | |
parent | 50332a45e85b06452bc1ace03b869c64b3c9fe57 (diff) |
INTEGRATION: CWS ineturl1 (1.16.132); FILE MERGED
2004/10/27 13:44:20 cmc 1.16.132.2: RESYNC: (1.16-1.17); FILE MERGED
2004/09/30 12:14:48 cmc 1.16.132.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer
Diffstat (limited to 'vcl/source/gdi/impgraph.cxx')
-rw-r--r-- | vcl/source/gdi/impgraph.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/source/gdi/impgraph.cxx b/vcl/source/gdi/impgraph.cxx index 5e57e552e620..770329712d58 100644 --- a/vcl/source/gdi/impgraph.cxx +++ b/vcl/source/gdi/impgraph.cxx @@ -2,9 +2,9 @@ * * $RCSfile: impgraph.cxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: kz $ $Date: 2004-10-04 19:38:43 $ + * last change: $Author: hr $ $Date: 2004-12-13 12:39:18 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1021,7 +1021,7 @@ BOOL ImpGraphic::ImplReadEmbedded( SvStream& rIStm, BOOL bSwap ) ::utl::TempFile aTempFile; const INetURLObject aTmpURL( aTempFile.GetURL() ); - if( aTmpURL.GetMainURL( INetURLObject::NO_DECODE ).Len() ) + if( aTmpURL.GetMainURL( INetURLObject::NO_DECODE ).getLength() ) { SvStream* pOStm = ::utl::UcbStreamHelper::CreateStream( aTmpURL.GetMainURL( INetURLObject::NO_DECODE ), STREAM_READWRITE | STREAM_SHARE_DENYWRITE ); @@ -1226,7 +1226,7 @@ BOOL ImpGraphic::ImplSwapOut() ::utl::TempFile aTempFile; const INetURLObject aTmpURL( aTempFile.GetURL() ); - if( aTmpURL.GetMainURL( INetURLObject::NO_DECODE ).Len() ) + if( aTmpURL.GetMainURL( INetURLObject::NO_DECODE ).getLength() ) { SvStream* pOStm = ::utl::UcbStreamHelper::CreateStream( aTmpURL.GetMainURL( INetURLObject::NO_DECODE ), STREAM_READWRITE | STREAM_SHARE_DENYWRITE ); |