Kaydet (Commit) 09ab96d5 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS ineturl1 (1.11.436); FILE MERGED

2004/09/30 16:04:18 cmc 1.11.436.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer
üst 8efdeb21
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: _xoutbmp.cxx,v $ * $RCSfile: _xoutbmp.cxx,v $
* *
* $Revision: 1.11 $ * $Revision: 1.12 $
* *
* last change: $Author: vg $ $Date: 2004-01-06 15:47:07 $ * last change: $Author: hr $ $Date: 2004-12-13 12:20:27 $
* *
* 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
...@@ -370,7 +370,7 @@ USHORT XOutBitmap::WriteGraphic( const Graphic& rGraphic, String& rFileName, ...@@ -370,7 +370,7 @@ USHORT XOutBitmap::WriteGraphic( const Graphic& rGraphic, String& rFileName,
{ {
String aName( aURL.getBase() ); String aName( aURL.getBase() );
aName += '_'; aName += '_';
aName += aURL.getExtension(); aName += String(aURL.getExtension());
aName += '_'; aName += '_';
String aStr( String::CreateFromInt32( rGraphic.GetChecksum(), 16 ) ); String aStr( String::CreateFromInt32( rGraphic.GetChecksum(), 16 ) );
if ( aStr.GetChar(0) == '-' ) if ( aStr.GetChar(0) == '-' )
......
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